Add basic Index object based on libgit2.
[jelmer/dulwich-libgit2.git] / bin / dulwich
2010-06-04 Ross LightMerged changes from trunk
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-29 Jelmer VernooijMerge code cleanups from Dave.
2010-05-24 Dave BorowitzClean up file headers.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-03-27 Jelmer VernooijImprove formatting, update docstring.
2010-03-24 Jelmer VernooijMove get_transport_and_path to dulwich.client.
2010-03-11 Jelmer VernooijAllow specifying path to 'dulwich log'.
2010-03-11 Jelmer VernooijSimplify clone code.
2010-03-09 Jelmer VernooijFix indentation.
2009-10-18 Jelmer VernooijAdd convenience function for creating a new commit...
2009-10-18 Jelmer VernooijAdd convenience functions for fetching objects.
2009-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-17 Abderrahim Kitounifix uses of old api (Repo.{set,remove}_ref ObjectStore...
2009-05-09 Jelmer VernooijRefactor GraphWalker.
2009-05-08 Jelmer VernooijFix typo.
2009-04-30 Jelmer VernooijCope with the fact that Index.__iter__ now returns...
2009-04-30 Jelmer VernooijMerge optimized version of tree parsing.
2009-04-30 Jelmer VernooijUse separate function for tree parsing, allow C extensi...
2009-04-29 Jelmer VernooijDon't close file twice.
2009-03-11 Jelmer VernooijSkip ^{} tags.
2009-01-24 Jelmer VernooijMerge John.
2009-01-19 John CarrDon't force : on us
2009-01-19 John CarrFallback to local git-foo if not git:// or git+ssh...
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-18 John CarrAdd a generic class that can talk to any git-receive...
2009-01-18 John CarrTeach ./bin/dulwich about SSH
2009-01-02 John CarrMerge upstream
2008-12-30 Jelmer VernooijAdd a simple GIT index file parser, and a dump-index...
2008-12-30 John CarrMerge upstream
2008-12-30 Jelmer VernooijAdd clone command.
2008-12-30 Jelmer VernooijAdd init subcommand.
2008-12-29 John CarrMerge upstream
2008-12-28 Jelmer VernooijAdd simple log command.
2008-12-25 Jelmer VernooijMerge dumppack and fetch-pack into a single binary.