index
:
delta/python-packages/gitdb.git
fetch_n_push
gitdb2
gitdbmerger
master
py2n3
github.com: gitpython-developers/gitdb.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
pack.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed bug caused by incorrect comparison of 'filled-up' binary shas, as it wo...
Sebastian Thiel
2010-07-07
1
-2
/
+6
*
Added method to obtain a full sha from a partial sha, for each of the databas...
Sebastian Thiel
2010-07-07
1
-0
/
+22
*
Added auto-doc api reference and fixed plenty of docstrings
Sebastian Thiel
2010-06-30
1
-1
/
+3
*
gitdb now uses 20 byte shas internally only, reducing the need to convert sha...
Sebastian Thiel
2010-06-25
1
-5
/
+1
*
CompoundDB: implemented simple dict base first-level cache which really helps...
Sebastian Thiel
2010-06-25
1
-1
/
+1
*
Implemented gitdb, it should be a fully functional git database with full rea...
Sebastian Thiel
2010-06-20
1
-1
/
+1
*
Base implementation and stubs added for git-like db, as well as the reference...
Sebastian Thiel
2010-06-18
1
-22
/
+23
*
Added endurance run to check all objects in the git source repository, someth...
Sebastian Thiel
2010-06-18
1
-1
/
+5
*
PackedDB: added sha_iter and size methods, these should move to the ObjectDBR...
Sebastian Thiel
2010-06-17
1
-1
/
+18
*
Implemented basic info and stream retrieval as well as pack file handling of ...
Sebastian Thiel
2010-06-17
1
-4
/
+119
*
Added basic frame for packfile implementation and testing, as well as the tes...
Sebastian Thiel
2010-06-15
1
-0
/
+33
*
Made the db module a package to have enough room for expansion
Sebastian Thiel
2010-06-14
1
-0
/
+11