| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed all warnings in documentation and updated Makefile to treat warnings as... | Kian Cross | 2020-07-13 | 1 | -3/+1 |
* | Fix exception causes in 7 modules | Ram Rachum | 2020-06-13 | 1 | -6/+6 |
* | BF: tollerate errors while parsing fetch lines | Yaroslav Halchenko | 2020-05-31 | 1 | -2/+6 |
* | Fix flake8 errors | Sebastian Thiel | 2020-05-28 | 1 | -1/+1 |
* | Improve unfortunate wording | Sebastian Thiel | 2020-05-28 | 1 | -1/+1 |
* | Remove forced verbosity when fetching from a remote | Nico | 2020-04-11 | 1 | -2/+3 |
* | Fix #820 | JJ Graham | 2019-10-24 | 1 | -2/+2 |
* | removed Unnecessary “else” after “return” | Pratik Anurag | 2019-10-15 | 1 | -2/+1 |
* | removed trailing whitespaces | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
* | removed trailing whitespaces | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
* | renamed unused vars | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
* | renamed unused variables | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
* | add type check to git.Remote.__eq__ | Tzu-ting | 2019-09-28 | 1 | -1/+1 |
* | Parse rejected deletes. | Uri Baghin | 2019-09-28 | 1 | -1/+4 |
* | Merge branch 'master' of https://github.com/sstancu/GitPython into sstancu-ma... | Sebastian Thiel | 2019-07-20 | 1 | -4/+3 |
|\ |
|
| * | Ensure git remote urls (multiple) are read from the correct git repo config | Stefan Stancu | 2019-04-05 | 1 | -4/+3 |
* | | Added a Dockerfile that creates a clean Ubuntu Xenial test environment | James E. King III | 2019-05-05 | 1 | -0/+2 |
|/ |
|
* | Remove unnecessary list comprehension - 'any' can take a generator | Hugo | 2018-03-18 | 1 | -1/+1 |
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -1/+1 |
* | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko | 2017-11-27 | 1 | -3/+5 |
* | Further update for machines without ssh installed or on the path | Richard C Gerkin | 2017-11-05 | 1 | -1/+1 |
* | Update remote.py to fix issue #694 | Richard C Gerkin | 2017-11-05 | 1 | -4/+12 |
* | Merge branch 'master' into adding_setup_for_git_executable | Sebastian Thiel | 2017-09-28 | 1 | -3/+4 |
|\ |
|
| * | Merge pull request #649 from OddBloke/hide_re_fetch_result | Sebastian Thiel | 2017-09-28 | 1 | -2/+2 |
| |\ |
|
| | * | FetchInfo.re_fetch_result has no reason to be public | Daniel Watkins | 2017-07-28 | 1 | -2/+2 |
| * | | Merge pull request #654 from vathpela/worktrees | Sebastian Thiel | 2017-09-28 | 1 | -1/+1 |
| |\ \ |
|
| | * | | worktrees: make non-packed refs also work correctly. | Peter Jones | 2017-08-22 | 1 | -1/+1 |
| | |/ |
|
| * | | BF: Added missing NullHandler to logger in git.remote | Benjamin Poldrack | 2017-09-21 | 1 | -0/+1 |
| |/ |
|
* | | Minor additional cleanup | Odegard, Ken | 2017-07-25 | 1 | -1/+2 |
* | | Moved setup function into top level __init__ | Odegard, Ken | 2017-07-09 | 1 | -10/+30 |
|/ |
|
* | remote: compatibility with git version > 2.10 | wusisu | 2017-05-29 | 1 | -2/+7 |
* | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä | 2017-04-09 | 1 | -2/+2 |
* | fix(remote): assemble exception message completely | Sebastian Thiel | 2017-02-25 | 1 | -2/+2 |
* | fix(remote): set_url() uses correct argument order | Sebastian Thiel | 2016-12-22 | 1 | -1/+1 |
* | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel | 2016-10-22 | 1 | -16/+19 |
|\ |
|
| * | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -16/+19 |
* | | Fix some typos | Santiago Castro | 2016-10-20 | 1 | -5/+5 |
|/ |
|
* | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos | 2016-10-14 | 1 | -6/+8 |
* | remote, #525: pump fetch-infos instead of GIL-read stderr | Kostis Anagnostopoulos | 2016-10-13 | 1 | -16/+10 |
* | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos | 2016-10-12 | 1 | -2/+2 |
* | remote, #528: Fix regression shadowing exceptions | Guyzmo | 2016-10-12 | 1 | -0/+2 |
* | remote, #528: fix prev cmt, Git<2.7 miss `get-url` | Kostis Anagnostopoulos | 2016-10-11 | 1 | -5/+17 |
* | remote, #528: Improved way of listing URLs | Guyzmo | 2016-10-11 | 1 | -3/+2 |
* | remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes) | Kostis Anagnostopoulos | 2016-10-11 | 1 | -2/+2 |
* | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -4/+4 |
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -3/+2 |
* | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+1 |
* | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+2 |
* | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+1 |
* | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 1 | -10/+9 |