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
/
refs
Age
Commit message (
Expand
)
Author
2014-11-17
Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (double spaces before comment)
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-14
Merge branch 'patch-1' of https://github.com/syabro/GitPython into syabro-pat...
Sebastian Thiel
2014-04-06
Fixed undefined variable 'path' in Reference
Michael Goerz
2014-03-24
Update symbolic.py
firm1
2014-03-24
correct log reference
firm1
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2014-02-10
Fixed NameError
Maxim Syabro
2011-07-04
Basic remote functionality moved to Reference type, as it can in fact be usef...
Sebastian Thiel
2011-07-04
refs: added constructor flag to allow refs to be instatiated from any path, i...
Sebastian Thiel
2011-06-08
Fixed critical issue that would cause a string to be passed to methods that ...
Sebastian Thiel
2011-06-08
relaxed implementation when comparing symbolic references against other items...
Sebastian Thiel
2011-06-08
log: non-existing logs no longer throw an exception, but are ignored. Fixed c...
Sebastian Thiel
2010-11-26
Commit.create_from_tree used a now renamed keyword parameter - no test-case e...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel