log dulwich/repo.py @ 37:7046d792dfcd

age author description
Tue, 28 Apr 2009 12:46:51 -0700 Scott Chacon fix bug where it was not writing the git object names properly
Tue, 28 Apr 2009 11:24:01 -0700 Augie Fackler Fix DeprecationWarnings in dulwich about sha.
Mon, 27 Apr 2009 23:35:49 -0700 Scott Chacon edit ssh command to quote the path, also convert tags properly on fetch
Mon, 27 Apr 2009 16:15:48 -0700 Scott Chacon fully converts hg changeset/manifest/files to git commits/trees/blobs
Mon, 27 Apr 2009 14:50:54 -0700 Scott Chacon will now write all trees and blobs needed. all thats left is commits for basic data conversion
Mon, 27 Apr 2009 12:26:44 -0700 Scott Chacon gpush coming along. will now write blobs it doesn't have yet to git repo.
Sun, 26 Apr 2009 17:22:55 -0700 Scott Chacon ignoring submodule entries
Sun, 26 Apr 2009 14:49:38 -0700 Scott Chacon updates bookmarks and beginnings of seperate remotes support
Sun, 26 Apr 2009 11:44:28 -0700 Scott Chacon sped up large imports significantly by caching parsed trees and sha_to_hexes
Sat, 25 Apr 2009 20:59:53 -0700 Scott Chacon update todo file and removed outdated TODO comments
Sat, 25 Apr 2009 16:57:11 -0700 Scott Chacon will now more or less correctly determine a changelist from a git commit
Thu, 23 Apr 2009 12:11:23 -0700 Scott Chacon fetch will now set refs properly, including namespaced ones
Wed, 22 Apr 2009 16:59:04 -0700 Scott Chacon added dulwich library and got the script to call it for clone