summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* Update cmd.pyEric Wieser2023-02-121-2/+1
* Fix RecursionError when iterating streamsEric Wieser2023-02-121-3/+3
* Fix Sphinx rendering errorsStephan Creutz2022-12-291-2/+4
* Updates from reviewSantos Gallegos2022-12-271-5/+5
* Block unsafe options and protocols by defaultSantos Gallegos2022-12-231-1/+46
* Catch OSError to handle gevent monkey patching errorsEthan Anderson2022-07-061-1/+1
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-92/+31
* Revert "Remove flake8 linting in favor of `black` formatting"Sebastian Thiel2022-05-181-1/+1
* Remove flake8 linting in favor of `black` formattingSebastian Thiel2022-05-181-1/+1
* Run everything through 'black'Sebastian Thiel2022-05-181-224/+368
* fix(docs): remove an unexpected blank lineHiroki Tokunaga2022-04-071-1/+0
* docs: escape with backticksHiroki Tokunaga2022-04-071-1/+1
* chore: `s/strip_newline/&_in_stdout`Hiroki Tokunaga2022-04-071-5/+5
* feat(cmd): add the `strip_newline` flagHiroki Tokunaga2022-04-061-2/+5
* set unassigned stdin to improve pyinstaller compatibilitysmokephil2022-01-211-2/+3
* Add a way to force status codes inside AutoInterrupt._terminate, and let test...sroet2021-09-181-7/+12
* fix typo'ssroet2021-09-181-1/+1
* make flake8 and mypy happysroet2021-09-181-10/+16
* reuse kill_after_timeout kwargsroet2021-09-181-20/+46
* update docstringsroet2021-09-181-1/+1
* reset default timeout to Nonesroet2021-09-181-1/+1
* change default fetch timeout to 60 ssroet2021-09-181-1/+1
* Merge pull request #1318 from Yobmod/mainDominic2021-09-091-14/+28
|\
| * Update changelog and versionYobmod2021-08-091-0/+2
| * add type check to conf_encoding (in thoery could be bool or int)Yobmod2021-08-081-5/+3
| * fix setup.py classifiers, improvefnmatchprocess handler typesyobmod2021-08-081-14/+28
* | Assure CWD is readable after acquiring itSebastian Thiel2021-09-051-0/+2
* | Don't fail on import if the working dir isn't valid (#1319)Sebastian Thiel2021-08-121-1/+4
|/
* rmv 3.6 READMEYobmod2021-08-021-6/+5
* rmv 3.6 from setup.pyYobmod2021-08-021-1/+2
* rmv 3.6 from CI matrixYobmod2021-08-021-2/+1
* increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-021-5/+3
* increase mypy strictness (warn unused ignored)Yobmod2021-08-021-1/+1
* replace more TBDs wiht runtime typesYobmod2021-07-311-6/+6
* replace some TBDs wiht runtime typesYobmod2021-07-311-2/+2
* Add final types to cmd.pyYobmod2021-07-311-19/+34
* Add a cast to git.cmd _version_infoYobmod2021-07-191-10/+10
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-8/+8
* Make types in refs compatible with previousYobmod2021-07-191-8/+4
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...Yobmod2021-07-081-1/+1
* Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-011-2/+2
* fix conflictYobmod2021-06-171-9/+0
|\
| * Revert "Revert "Remove support for Python 3.5" - fix CI for now."Sebastian Thiel2021-06-161-9/+0
| * Revert "Remove support for Python 3.5" - fix CI for now.Sebastian Thiel2021-06-161-0/+9
| * Merge pull request #1201 from bertwesarg/remove-py35Sebastian Thiel2021-06-161-9/+0
| |\
| | * Remove support for Python 3.5Bert Wesarg2021-03-131-9/+0
| | * Set an end-date for python 3.5 supportSebastian Thiel2021-03-131-2/+2
| | * Restore order of operators before executing the git command only for < py3.6Bert Wesarg2021-03-131-1/+8
* | | rebase with dropped 3.5Yobmod2021-06-171-2/+1
|/ /
* | flake8 and mypy fixesYobmod2021-05-161-4/+4