Remove unnecessary indirection for DiskObjectStore.
[jelmer/dulwich-libgit2.git] / dulwich / tests / test_repository.py
2009-05-10 Jelmer VernooijRemove unnecessary indirection for DiskObjectStore.
2009-03-29 Jelmer VernooijRemove non-hex character.
2009-03-05 Jelmer VernooijMerge compatibility with python2.4 from rockstar.
2009-02-26 Jelmer VernooijFix indentation to be 4 spaces everywhere, consistently.
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-13 Jelmer VernooijJames is ok with licensing his code GPLv2 or later...
2009-01-12 John CarrMerge delta pack brain dump
2009-01-12 John CarrMerge upstream
2009-01-11 Jelmer Vernooijadd support for setting lightweight tags.
2008-12-29 John CarrMerge upstream
2008-12-27 Jelmer VernooijRename basedir -> controldir.
2008-12-27 Jelmer VernooijAdd get_refs() call.
2008-12-25 John CarrMerge upstream
2008-12-25 Jelmer VernooijResolve deltas using other packs.
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 Jelmer VernooijRename Repo.get_tree() -> Repo.tree() for consistency...
2008-12-24 Jelmer VernooijTurn more bits into properties.
2008-12-08 Jelmer VernooijImport changes from my bzr-git branch, to make dulwich...
2008-12-08 Jelmer VernooijRename package to dulwich, add setup.py.