| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into fix/deepsource-issues | Anil Khatri | 2019-10-23 | 1 | -3/+9 |
|\ |
|
| * | Added exception handling for WinError6 | Ben Thayer | 2019-10-23 | 1 | -2/+5 |
| * | Initial stab at fixing diffs involving submodule changes | JJ Graham | 2019-10-21 | 1 | -1/+1 |
| * | Update cmd.py | Abhishek Kumar Singh | 2019-10-17 | 1 | -2/+1 |
| * | Fixed#731 | Abhishek Kumar Singh | 2019-10-17 | 1 | -0/+4 |
* | | silenced iter returns a non-iterator | Anil Khatri | 2019-10-23 | 1 | -0/+1 |
|/ |
|
* | removed Unnecessary pass statement | Pratik Anurag | 2019-10-15 | 1 | -1/+0 |
* | Fix Git.transform_kwarg | František Nečas | 2019-07-29 | 1 | -1/+1 |
* | Added a Dockerfile that creates a clean Ubuntu Xenial test environment | James E. King III | 2019-05-05 | 1 | -2/+5 |
* | Update cmd.py, fix PermissionError issue using best practices | cclauss | 2019-05-05 | 1 | -13/+9 |
* | Fix setup.py and use of requirements files. | James E. King III | 2019-05-05 | 1 | -1/+2 |
* | Fix docstring in cmd module | Derek | 2018-12-22 | 1 | -1/+1 |
* | Exclude kwarg when None | Andrew Rabert | 2018-08-05 | 1 | -2/+2 |
* | Fix TypeError in git.execute(..., output_stream=file) | Dmitry Nikulin | 2018-08-05 | 1 | -1/+1 |
* | 648 max_chunk_size can be now set to control output_stream behavior | Piotr Babij | 2018-05-18 | 1 | -7/+12 |
* | Unnecessary generator - rewrite as a dict comprehension | Hugo | 2018-03-18 | 1 | -3/+3 |
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -4/+4 |
* | Replace function call with set literal | Hugo | 2018-03-18 | 1 | -4/+4 |
* | Drop support for EOL Python 2.6 | Hugo | 2018-03-18 | 1 | -3/+2 |
* | Fix encoding issue with stderr_value and kill_after_timeout | Paul Belanger | 2017-10-05 | 1 | -2/+2 |
* | Merge branch 'master' into master | Sebastian Thiel | 2017-09-28 | 1 | -8/+134 |
|\ |
|
| * | Merge branch 'master' into adding_setup_for_git_executable | Sebastian Thiel | 2017-09-28 | 1 | -2/+2 |
| |\ |
|
| * | | Minor bug fixes | Odegard, Ken | 2017-07-26 | 1 | -5/+15 |
| * | | Minor additional cleanup | Odegard, Ken | 2017-07-25 | 1 | -27/+50 |
| * | | Renamed GIT_PYTHON_INITERR to GIT_PYTHON_REFRESH | Odegard, Ken | 2017-07-13 | 1 | -27/+36 |
| * | | Removed remaining references to git.setup function | Odegard, Ken | 2017-07-13 | 1 | -5/+5 |
| * | | Expanded ability of import | Odegard, Ken | 2017-07-13 | 1 | -5/+27 |
| * | | Added ability to silence initial warning | Odegard, Ken | 2017-07-09 | 1 | -4/+13 |
| * | | Moved setup function into top level __init__ | Odegard, Ken | 2017-07-09 | 1 | -34/+20 |
| * | | Preliminary implementation of setup/refresh functions | Odegard, Ken | 2017-07-09 | 1 | -8/+75 |
* | | | Merge branch 'master' into master | Sebastian Thiel | 2017-09-28 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | util: move expand_path from repo/base and use it in Git class init | Alexis Horgix Chotard | 2017-08-25 | 1 | -2/+2 |
| |/ |
|
* | | implemented per-call environment variable support | Anson Mansfield | 2017-07-19 | 1 | -1/+8 |
|/ |
|
* | Spelling fixes | Ville Skyttä | 2017-03-09 | 1 | -1/+1 |
* | Merge pull request #582 from gitpython-developers/no_devnull_open | Sebastian Thiel | 2017-02-25 | 1 | -1/+1 |
|\ |
|
| * | fix(cmd): checking process.DEVNUL were needlessly opening `os.devnull`no_devnull_open | Kostis Anagnostopoulos | 2017-02-10 | 1 | -1/+1 |
* | | Merge pull request #555 from ankostis/cntxtmman | Sebastian Thiel | 2017-02-25 | 1 | -16/+19 |
|\ \ |
|
| * | | style(cmd): pythonize cmd-args filtering for PY26, improve docstring | Kostis Anagnostopoulos | 2016-12-08 | 1 | -16/+19 |
| |/ |
|
* | | fix(cmd): don't try to use TASKKILL on linux | Sebastian Thiel | 2017-02-25 | 1 | -2/+3 |
|/ |
|
* | Merge pull request #541 from andy-maier/py26_fixes | Sebastian Thiel | 2016-12-08 | 1 | -5/+9 |
|\ |
|
| * | Fixes to support Python 2.6 again. | Andreas Maier | 2016-10-24 | 1 | -5/+9 |
* | | chore(lint): flake8 | Sebastian Thiel | 2016-12-08 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel | 2016-10-22 | 1 | -2/+21 |
|\ |
|
| * | cygwin, #533: FIX daemon launching | Kostis Anagnostopoulos | 2016-10-14 | 1 | -4/+7 |
| * | cygwin, #533: Try to make it work with Cygwin's Git. | Kostis Anagnostopoulos | 2016-10-14 | 1 | -1/+17 |
* | | Fix some typos | Santiago Castro | 2016-10-20 | 1 | -3/+3 |
* | | Add a test for persistent git options | Benjamin Poldrack | 2016-10-18 | 1 | -1/+1 |
* | | Allow for setting git options, that are persistent across subcommand calls | Benjamin Poldrack | 2016-10-18 | 1 | -2/+20 |
|/ |
|
* | cmd, #525: Always include stdout+stderr in exceptions | Kostis Anagnostopoulos | 2016-10-14 | 1 | -4/+1 |
* | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos | 2016-10-14 | 1 | -1/+1 |