summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | flake8 and mypy fixesyobmod2021-05-131-20/+20
* | Add types to cmd.py Gityobmod2021-05-131-65/+160
* | Add types to cmd.py CatFileContentStreamyobmod2021-05-121-10/+10
* | Add types to cmd.py AutoInterruptyobmod2021-05-121-17/+20
* | Add types to cmd.py Gityobmod2021-05-121-17/+23
* | Add typing section to cmd.pyyobmod2021-05-121-0/+12
* | add initial types to remote.pyyobmod2021-05-031-25/+31
* | start add types to util.pyyobmod2021-02-281-5/+8
* | move cmd.py types to another branch, mark typing import as unusedyobmod2021-02-281-7/+4
* | drop py3.4 supportyobmod2021-02-281-4/+7
|/
* fix universal_newlines TypeErrorx-santiaga-x2021-01-281-1/+3
* Make git.cmd.Git.CatFileContentStream iterableHex0522021-01-171-0/+3
* fix universal_newlines TypeErrorJim Wisniewski2020-12-301-3/+4
* Fix exception causes in cmd.pyRam Rachum2020-06-121-4/+4
* Remove unnecessary check for PermissionError for Python < 3.3Harmon2020-02-081-5/+0
* Remove and replace compat.string_typesHarmon2020-02-081-2/+1
* Remove checks for Python 2 and/or 3Harmon2020-02-081-7/+0
* Remove and replace compat.unicodeHarmon2020-02-081-4/+2
* Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...Sebastian Thiel2019-10-291-0/+1
|\
| * Merge branch 'master' into fix/deepsource-issuesAnil Khatri2019-10-231-3/+9
| |\
| * | silenced iter returns a non-iteratorAnil Khatri2019-10-231-0/+1
* | | Fix #920Victor Luzgin2019-10-281-1/+1
| |/ |/|
* | Added exception handling for WinError6Ben Thayer2019-10-231-2/+5
* | Initial stab at fixing diffs involving submodule changesJJ Graham2019-10-211-1/+1
* | Update cmd.pyAbhishek Kumar Singh2019-10-171-2/+1
* | Fixed#731Abhishek Kumar Singh2019-10-171-0/+4
|/
* removed Unnecessary pass statementPratik Anurag2019-10-151-1/+0
* Fix Git.transform_kwargFrantišek Nečas2019-07-291-1/+1
* Added a Dockerfile that creates a clean Ubuntu Xenial test environmentJames E. King III2019-05-051-2/+5
* Update cmd.py, fix PermissionError issue using best practicescclauss2019-05-051-13/+9
* Fix setup.py and use of requirements files.James E. King III2019-05-051-1/+2
* Fix docstring in cmd moduleDerek2018-12-221-1/+1
* Exclude kwarg when NoneAndrew Rabert2018-08-051-2/+2
* Fix TypeError in git.execute(..., output_stream=file)Dmitry Nikulin2018-08-051-1/+1
* 648 max_chunk_size can be now set to control output_stream behaviorPiotr Babij2018-05-181-7/+12
* Unnecessary generator - rewrite as a dict comprehensionHugo2018-03-181-3/+3