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
/
lib
/
git
/
repo
Age
Commit message (
Expand
)
Author
2010-11-21
Fixed API reference docs as far as possible
Sebastian Thiel
2010-11-17
repo: Added create_submodule method which fits into the tradition of offering...
Sebastian Thiel
2010-11-17
Repo: scetched out submodule_update
Sebastian Thiel
2010-11-15
Optimized test-decorators, by completely removing with_bare_rw_repo, which wa...
Sebastian Thiel
2010-11-15
Repo: added submodule query and iteration methods similar to the ones provide...
Sebastian Thiel
2010-07-20
BaseIndexEntry: Added to_blob method, refactored functionality sligthly
Sebastian Thiel
2010-07-09
Added python 2.4 support: Repo will now use the original GitCmdObjectDB in py...
Sebastian Thiel
2010-07-07
Adjusted clone method to allow static classmethod clone ( using clone_from ) ...
Sebastian Thiel
2010-07-07
Adjusted previous object creators to use the rev_parse method directly. rev_p...
Sebastian Thiel
2010-07-07
Initially working implementation of short-sha parsing and interpretation, tha...
Sebastian Thiel
2010-07-06
Made repo.py a package to allow better localization of functions and utilitie...
Sebastian Thiel