summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1198 from RyaxTech/replace-password-in-uri-by-starsSebastian Thiel2021-03-191-11/+13
|\
| * Use copy and not inplace remove password + working case testMichael Mercier2021-03-161-8/+8
| * Add more test and remove password also from error logsMichael Mercier2021-03-151-2/+2
| * Put remove password in the utils and use it also in cmd.executeMichael Mercier2021-03-151-2/+4
* | add types to git.__init__, compat, db, diff, exc, utilYobmod2021-03-161-3/+3
* | rebase on masterYobmod2021-03-161-1/+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
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-4/+4
* Replace function call with set literalHugo2018-03-181-4/+4
* Drop support for EOL Python 2.6Hugo2018-03-181-3/+2
* Fix encoding issue with stderr_value and kill_after_timeoutPaul Belanger2017-10-051-2/+2
* Merge branch 'master' into masterSebastian Thiel2017-09-281-8/+134
|\
| * Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel2017-09-281-2/+2
| |\
| * | Minor bug fixesOdegard, Ken2017-07-261-5/+15
| * | Minor additional cleanupOdegard, Ken2017-07-251-27/+50
| * | Renamed GIT_PYTHON_INITERR to GIT_PYTHON_REFRESHOdegard, Ken2017-07-131-27/+36
| * | Removed remaining references to git.setup functionOdegard, Ken2017-07-131-5/+5
| * | Expanded ability of importOdegard, Ken2017-07-131-5/+27
| * | Added ability to silence initial warningOdegard, Ken2017-07-091-4/+13
| * | Moved setup function into top level __init__Odegard, Ken2017-07-091-34/+20
| * | Preliminary implementation of setup/refresh functionsOdegard, Ken2017-07-091-8/+75
* | | Merge branch 'master' into masterSebastian Thiel2017-09-281-2/+2
|\ \ \ | | |/ | |/|
| * | util: move expand_path from repo/base and use it in Git class initAlexis Horgix Chotard2017-08-251-2/+2
| |/