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
/
index
/
base.py
Age
Commit message (
Expand
)
Author
2010-06-25
index.reset is now partly implemented using python, but in fact it resorts to...
Sebastian Thiel
2010-06-24
IndexFile.add: writing of the index file can now optionally be turned off. Th...
Sebastian Thiel
2010-06-24
aggressive_tree_merge: fixed incorrect handling of one branch, it was just no...
Sebastian Thiel
2010-06-24
Multiple partly critical bugfixes related to index handling
Sebastian Thiel
2010-06-23
fixed critical bug in traverse_trees_recursive, implemented IndexFile.new inc...
Sebastian Thiel
2010-06-22
Initial frame for implementing read_tree using pure python. As git-read-tree ...
Sebastian Thiel
2010-06-22
index.write_tree: now uses MemoryDB, making tree handling more efficient as I...
Sebastian Thiel
2010-06-22
Tree-Writing now works after fixing an off-by-one error
Sebastian Thiel
2010-06-22
index.write_tree: initial version implemented, although its not yet working c...
Sebastian Thiel
2010-06-21
index: put serialization methods into new 'fun' module, this makes the calls ...
Sebastian Thiel
2010-06-21
index.add does not need the git clt anymore
Sebastian Thiel
2010-06-21
index: Entries are now using flags internally, instead of reducing the flag i...
Sebastian Thiel
2010-06-21
index.add: now uses gitdb.store functionality instead of git-hash-file. The p...
Sebastian Thiel
2010-06-15
Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi...
Sebastian Thiel
2010-06-15
Reimplemented Lock handling to be conforming to the git lock protocol, which ...
Sebastian Thiel
2010-06-14
Implemented the serializable interface - by refactoring code
Sebastian Thiel
2010-06-14
index: split index file into multiple files of a single package. This didn't ...
Sebastian Thiel