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
/
ext
/
gitdb
Age
Commit message (
Expand
)
Author
2010-07-02
Fixed broken 0.2 documentation, it didn't contain the API reference previousl...
Sebastian Thiel
2010-07-01
Added further information about the required submodules, and how to install t...
Sebastian Thiel
2010-06-29
Diff: fixed bug that caused a string to end up as a blob mode
Sebastian Thiel
2010-06-25
Adjusted all files to (hopefully) deal with the fact that all objects now use...
Sebastian Thiel
2010-06-25
index.reset is now partly implemented using python, but in fact it resorts to...
Sebastian Thiel
2010-06-24
aggressive_tree_merge: fixed incorrect handling of one branch, it was just no...
Sebastian Thiel
2010-06-22
index.write_tree: now uses MemoryDB, making tree handling more efficient as I...
Sebastian Thiel
2010-06-20
db: added pure python git database
Sebastian Thiel
2010-06-18
GitCmd implementation of gitdb base moved to git-python where it belongs. Pre...
Sebastian Thiel
2010-06-15
Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi...
Sebastian Thiel
2010-06-15
Moved LockedFD and its test into the gitdb project
Sebastian Thiel
2010-06-15
Reimplemented Lock handling to be conforming to the git lock protocol, which ...
Sebastian Thiel
2010-06-14
Implemented initial version of tree serialization which appears to work accor...
Sebastian Thiel
2010-06-12
Removed odb from project, it is now used as a submodule named gitdb, which wa...
Sebastian Thiel