| Age | Commit message (Expand) | Author |
| 2015-06-10 | fix(remote): assert fetch respec is set | Sebastian Thiel |
| 2015-06-10 | fix(remote): don't close stdout on fetch/pull | Sebastian Thiel |
| 2015-06-08 | While parsing errors, also detecting lines starting with error: | Victor Garcia |
| 2015-04-08 | fix(remote): allow to raise during push/fetch | Sebastian Thiel |
| 2015-02-21 | Fixed trailing white space! | Sebastian Thiel |
| 2015-02-21 | `stale_refs()` may now also handle other kinds of references, like tags. | Sebastian Thiel |
| 2015-02-21 | Added 'insert_kwargs_after' flag for consumption by _call_process. | Sebastian Thiel |
| 2015-01-30 | Remote.update() didn't pass kwargs along to git command. | Sebastian Thiel |
| 2015-01-22 | Merge branch 'master' into teeberg-master | Sebastian Thiel |
| 2015-01-22 | Fetch now deals with custom refspecs much better. | Sebastian Thiel |
| 2015-01-22 | Overhauled all tutorials, and placed them in a unit-test. | Sebastian Thiel |
| 2015-01-21 | Fix some typos | Jonas Trappenberg |
| 2015-01-21 | Added advance usage examples to tutorial and made minor fixes. | Sebastian Thiel |
| 2015-01-21 | removed debug codeissue-232-reproduction | Sebastian Thiel |
| 2015-01-20 | Remote.fetch|pull() will not use poll/threads anymore as only stderr is read. | Sebastian Thiel |
| 2015-01-16 | Added debug code to keep lines fed into progress handler and the contents of ... | Sebastian Thiel |
| 2015-01-14 | Fixed some doc strings to build correctly with sphinx | Sebastian Thiel |
| 2015-01-08 | Fixed PY3 support. | Sebastian Thiel |
| 2015-01-08 | Auto-update odb caches after fetch or pull. | Sebastian Thiel |
| 2015-01-08 | Added assertion to better detect diff issues. | Sebastian Thiel |
| 2015-01-08 | Added Remote.exists() method, and test. Fixes #229 | Sebastian Thiel |
| 2015-01-08 | Improve error handling of fetch/pull line parsing | Sebastian Thiel |
| 2015-01-07 | Fix flake8 | Sebastian Thiel |
| 2015-01-07 | Implemented non-blocking operations using poll() | Sebastian Thiel |
| 2015-01-06 | test_remote works | Sebastian Thiel |
| 2015-01-05 | Intermediate commit: test_config and test_actor works | Sebastian Thiel |
| 2015-01-04 | initial set of adjustments to make (most) imports work. | Sebastian Thiel |
| 2015-01-04 | Bumped version, updated changelog, reduced code smell | Sebastian Thiel |
| 2015-01-04 | Applied autopep8 | Sebastian Thiel |
| 2015-01-03 | Reduced hackyness of remote reference parsing. | Sebastian Thiel |
| 2015-01-03 | Various fixes and improvements | Sebastian Thiel |
| 2015-01-02 | [IMP] branch names may contain '#' characters | Thomas Rehn |
| 2014-11-19 | Applied autopep8 | Sebastian Thiel |
| 2014-11-16 | pep8 linting (trailing whitespace) | Antoine Musso |
| 2014-11-16 | pep8 linting (whitespace before/after) | Antoine Musso |
| 2014-11-16 | pep8 linting (blank lines expectations) | Antoine Musso |
| 2014-11-16 | pep8 linting (whitespaces) | Antoine Musso |
| 2014-11-15 | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca... | Sebastian Thiel |
| 2014-07-03 | Support multiple refspecs in fetch. | Robert Collins |
| 2014-06-04 | HACK: Removed assertion just to be a bit less annoyed by constant fail | Sebastian Thiel |
| 2014-05-16 | Fix for #142. Simply ignores lines that begin with ' =' | Derek D. Fedel |
| 2014-02-09 | tabs to 4 spaces - this won't make integrating the patches easier, but it's p... | Sebastian Thiel |
| 2013-10-09 | [#5330] Ensure wait() is called on git processes | Cory Johns |
| 2012-07-24 | Fixed typo which for some reason came in unnoticed | Sebastian Thiel |
| 2012-01-10 | Ignore progress lines from the git http backend that start w/ POST ... | Greg Soltis |
| 2011-07-04 | Fetch info can now deal much better with non-default ref specs, fixes #24, #25 | Sebastian Thiel |
| 2011-07-04 | Fixes #23 | Sebastian Thiel |
| 2011-06-13 | Made remote line parsing more stable. On windows it can be that we encounter ... | Sebastian Thiel |
| 2011-06-07 | Added conditional usage of the --progress flag to all relevant methods, that ... | Sebastian Thiel |
| 2011-06-07 | Add progress tracking for git-clone. | jez |