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
/
odb
/
db.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed odb from project, it is now used as a submodule named gitdb, which wa...
Sebastian Thiel
2010-06-12
1
-341
/
+0
*
Added basic channel implementation including test
Sebastian Thiel
2010-06-05
1
-6
/
+5
*
Removed compression flag from IStream and OStream types, as a valid object wi...
Sebastian Thiel
2010-06-05
1
-5
/
+10
*
Fixed implementation after design change to deal with it - all tests run, but...
Sebastian Thiel
2010-06-04
1
-58
/
+58
*
initial version of new odb design to facilitate a channel based multi-threadi...
Sebastian Thiel
2010-06-04
1
-42
/
+72
*
db: implemented GitObjectDB using the git command to make sure we can lookup ...
Sebastian Thiel
2010-06-04
1
-2
/
+20
*
Fixed compatability issues with python 2.5, made sure all tests run
Sebastian Thiel
2010-06-03
1
-2
/
+2
*
odb: fixed streamed decompression reader ( specific tests would still be miss...
Sebastian Thiel
2010-06-03
1
-2
/
+2
*
odb: implemented loose object streaming, which is impossible to do efficientl...
Sebastian Thiel
2010-06-03
1
-51
/
+63
*
added frame for object reading, including simple test
Sebastian Thiel
2010-06-02
1
-14
/
+62
*
initial version of loose object writing and simple cached object lookup appea...
Sebastian Thiel
2010-06-02
1
-24
/
+124
*
Added first design and frame for object database. In a first step, loose obje...
Sebastian Thiel
2010-06-02
1
-0
/
+129