index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
db
/
cmd
/
base.py
Age
Commit message (
Expand
)
Author
2011-07-18
Fixed consecutive lines with same blame info not appearing in blame.
Mark Nevill
2011-07-04
Fetch info can now deal much better with non-default ref specs, see #23, #24,...
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 additional opcodes to remote progress to make it compatible to newer gi...
Sebastian Thiel
2011-06-07
The --progress flag will now automatically be used if possible when doing any...
Sebastian Thiel
2011-06-07
First run in order to fix the remote handling. Cleaned up interfaces and figu...
Sebastian Thiel
2011-06-07
clone and clone_from methods now support the RemoteProgress interface, using ...
Sebastian Thiel
2011-06-07
Fixed fetch/push/pull implementation. Next up is to integrate the consolidati...
Sebastian Thiel
2011-06-06
Streams returned by git cmd db are now containing all the data right away. Th...
Sebastian Thiel
2011-05-30
git cmd implementation of repository appears to work, at least this is what t...
Sebastian Thiel
2011-05-30
Fixed tests far enough to allow basic repository tests to be applied to any o...
Sebastian Thiel
2011-05-30
Finished moving all repository methods to the respective interfaces and imple...
Sebastian Thiel