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
/
git
/
test
/
performance
/
db
Age
Commit message (
Expand
)
Author
2011-07-08
Fixed up tests to actually use pygit2. Its worth noting that the performance ...
Sebastian Thiel
2011-07-08
Added basic frame for pygit2 - it just needs some basic methods to be impleme...
Sebastian Thiel
2011-07-07
Added default performance tests - these should help to measure something at l...
Sebastian Thiel
2011-07-05
util: pick the type of memory manager based on the python version, to have op...
Sebastian Thiel
2011-06-06
Improved pack writing test to show that the pack generation can be lightning ...
Sebastian Thiel
2011-06-06
Fixed performance pack writing tests. As they are actually depent on the data...
Sebastian Thiel
2011-06-06
Added loose object writing and reading performance tessts, in pure and comman...
Sebastian Thiel
2011-06-06
Added PackedDB test with generalized type to allows other implementations to ...
Sebastian Thiel
2011-06-06
Fixed packed ODB test, in preparation for separating the type to allow future...
Sebastian Thiel
2011-06-06
Fixed odb performance tests
Sebastian Thiel