index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
index
Commit message (
Expand
)
Author
Age
Files
Lines
*
Multiple partly critical bugfixes related to index handling
Sebastian Thiel
2010-06-24
2
-8
/
+33
*
fixed critical bug in traverse_trees_recursive, implemented IndexFile.new inc...
Sebastian Thiel
2010-06-23
2
-10
/
+18
*
Added test for aggressive_tree_merge
Sebastian Thiel
2010-06-23
2
-64
/
+68
*
Implemented simple tree merging and a simple test, more elaborate testing is ...
Sebastian Thiel
2010-06-23
1
-8
/
+78
*
Initial frame for implementing read_tree using pure python. As git-read-tree ...
Sebastian Thiel
2010-06-22
2
-7
/
+46
*
index.write_tree: now uses MemoryDB, making tree handling more efficient as I...
Sebastian Thiel
2010-06-22
1
-3
/
+7
*
Tree-Writing now works after fixing an off-by-one error
Sebastian Thiel
2010-06-22
2
-12
/
+13
*
index.write_tree: initial version implemented, although its not yet working c...
Sebastian Thiel
2010-06-22
3
-53
/
+117
*
index: put serialization methods into new 'fun' module, this makes the calls ...
Sebastian Thiel
2010-06-21
2
-137
/
+183
*
index.add does not need the git clt anymore
Sebastian Thiel
2010-06-21
2
-24
/
+9
*
index: Entries are now using flags internally, instead of reducing the flag i...
Sebastian Thiel
2010-06-21
3
-59
/
+82
*
index.add: now uses gitdb.store functionality instead of git-hash-file. The p...
Sebastian Thiel
2010-06-21
1
-44
/
+46
*
Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi...
Sebastian Thiel
2010-06-15
1
-8
/
+4
*
Reimplemented Lock handling to be conforming to the git lock protocol, which ...
Sebastian Thiel
2010-06-15
1
-15
/
+11
*
Implemented the serializable interface - by refactoring code
Sebastian Thiel
2010-06-14
1
-32
/
+47
*
index: split index file into multiple files of a single package. This didn't ...
Sebastian Thiel
2010-06-14
4
-0
/
+1414