| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-16 | pep8 linting (whitespaces) | Antoine Musso | |
| W191 indentation contains tabs E221 multiple spaces before operator E222 multiple spaces after operator E225 missing whitespace around operator E271 multiple spaces after keyword W292 no newline at end of file W293 blank line contains whitespace W391 blank line at end of file | |||
| 2014-11-15 | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into ↵ | Sebastian Thiel | |
| johnsca-sf-master Conflicts: git/cmd.py git/objects/commit.py git/objects/fun.py git/objects/util.py git/remote.py git/repo/base.py git/test/lib/helper.py git/test/test_commit.py git/test/test_fun.py git/util.py | |||
| 2014-07-03 | Support multiple refspecs in fetch. | Robert Collins | |
| Git supports fetching many refs at once - support this in GitPython too for more efficient operations when selectively mirroring repositories. | |||
| 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 ↵ | Sebastian Thiel | |
| probably a good idea to go a little more pep8 (and fix sins of my youth ;) ) | |||
| 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 | |
| partial or intermixed lines from the pipe. This really shouldn't be, but its windows so it happens | |||
| 2011-06-07 | Added conditional usage of the --progress flag to all relevant methods, that ↵ | Sebastian Thiel | |
| is push, fetch, pull and clone. This allows progress information to be sent in newer git versions without breaking older ones (ideally) | |||
| 2011-06-07 | Add progress tracking for git-clone. | jez | |
| 2010-12-01 | Submodule tests are functional once again. | Sebastian Thiel | |
| remote: Fixed bug that was caused by the unchecked deletion of an uncached attribute which did not necessarily exist | |||
| 2010-11-30 | remote: fixed incorrect call signature when instantiating GitCommandError | Sebastian Thiel | |
| 2010-11-25 | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | |
| adjusted | |||
