| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unnecessary check for logging.NullHandler for Python 2.6 | Harmon | 2020-02-08 | 1 | -5/+0 |
| * | Remove no longer used compat imports | Harmon | 2020-02-08 | 1 | -1/+0 |
| * | Remove and replace compat.MAXSIZE | Harmon | 2020-02-08 | 1 | -5/+3 |
| * | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -5/+1 |
| * | fix Loop variable used outside the loop | Anil Khatri | 2019-10-23 | 1 | -2/+2 |
| * | removed Unnecessary “else” after “return” | Pratik Anurag | 2019-10-15 | 1 | -3/+2 |
| * | removed trailing whitespaces | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
| * | renamed unused variables | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
| * | Revert "Remove control character stripping." | Sebastian Thiel | 2019-09-30 | 1 | -2/+11 |
| * | Try to fix tests; get more debug output | Sebastian Thiel | 2019-09-30 | 1 | -1/+0 |
| * | Update util.py | Uri Baghin | 2019-09-30 | 1 | -1/+1 |
| * | Update util.py | Uri Baghin | 2019-09-30 | 1 | -1/+1 |
| * | Remove control character stripping. | Uri Baghin | 2019-09-30 | 1 | -11/+3 |
| * | Take advantage of universal newlines. | Uri Baghin | 2019-09-28 | 1 | -90/+83 |
| * | Fix #889: Add DeepSource config and fix some major issues | Mohit Solanki | 2019-09-10 | 1 | -3/+2 |
| * | Fix `AttributeError` when searching a remote by name | César Izurieta | 2019-07-21 | 1 | -3/+6 |
| * | Revert "Revert "Revert "Implement update call when the object is "up to date"... | Sebastian Thiel | 2019-07-20 | 1 | -15/+0 |
| * | Revert "Revert "Implement update call when the object is "up to date" #871"" | Sebastian Thiel | 2019-07-20 | 1 | -0/+15 |
| * | Revert "Implement update call when the object is "up to date" #871" | Sebastian Thiel | 2019-07-20 | 1 | -15/+0 |
| * | Implement update call when the object is "up to date" #871 | Thomas Johannesmeyer | 2019-07-20 | 1 | -0/+15 |
| * | Fix regex to support empty email addresses i.e. 'name <>' | Sebastian Thiel | 2019-07-06 | 1 | -2/+2 |
| * | Apply fix for #564 | Sebastian Thiel | 2018-10-14 | 1 | -1/+1 |
| * | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -4/+4 |
| * | Drop support for EOL Python 2.6 | Hugo | 2018-03-18 | 1 | -4/+1 |
| * | Fix doc typos | samuela | 2018-03-04 | 1 | -2/+2 |
| * | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko | 2017-11-27 | 1 | -11/+6 |
| * | Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma... | Sebastian Thiel | 2017-09-28 | 1 | -2/+5 |
| |\ |
|
| * | | util: move expand_path from repo/base and use it in Git class init | Alexis Horgix Chotard | 2017-08-25 | 1 | -0/+7 |
| |/ |
|
| * | Spelling fixes | Ville Skyttä | 2017-03-09 | 1 | -1/+1 |
| * | Merge pull request #541 from andy-maier/py26_fixes | Sebastian Thiel | 2016-12-08 | 1 | -4/+11 |
| |\ |
|
| | * | Fixes to support Python 2.6 again. | Andreas Maier | 2016-10-24 | 1 | -4/+11 |
| * | | Merge pull request #554 from nvie/master | Vincent Driessen | 2016-12-08 | 1 | -2/+0 |
| |\ \ |
|
| | * | | Don't change the meaning of string literals | Vincent Driessen | 2016-12-07 | 1 | -2/+0 |
| | |/ |
|
| * | | 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 | -11/+166 |
| |\ |
|
| | * | ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -1/+1 |
| | * | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -1/+4 |
| | * | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 1 | -3/+3 |
| | * | cygwin, #533: polish abs-paths in `git add` commands | Kostis Anagnostopoulos | 2016-10-16 | 1 | -0/+1 |
| | * | cygwin, #533: Allow '/cygdrive/c/' paths on repo init | Kostis Anagnostopoulos | 2016-10-14 | 1 | -1/+13 |
| | * | cygwin, #533: Try to make it work with Cygwin's Git. | Kostis Anagnostopoulos | 2016-10-14 | 1 | -8/+147 |
| * | | Fix some typos | Santiago Castro | 2016-10-20 | 1 | -4/+4 |
| |/ |
|
| * | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos | 2016-10-14 | 1 | -1/+1 |
| * | remote, #525: pump fetch-infos instead of GIL-read stderr | Kostis Anagnostopoulos | 2016-10-13 | 1 | -10/+13 |
| * | test, #525: allow disabling freeze errors separately | Kostis Anagnostopoulos | 2016-10-13 | 1 | -0/+1 |
| * | FIX #526: Do not depend on test-sources | Kostis Anagnostopoulos | 2016-10-11 | 1 | -3/+8 |
| * | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -7/+7 |
| * | hidden win-errs: Let leaking TCs run till end, then hide | Kostis Anagnostopoulos | 2016-10-04 | 1 | -1/+10 |
| * | RF: use @functools.wraps within decorators instead of manual __name__ reassig... | Yaroslav Halchenko | 2016-10-02 | 1 | -1/+3 |
| * | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -1/+1 |