log dulwich/objects.py @ 92:6305f274fc63

age author description
Sat, 09 May 2009 16:52:37 -0700 Scott Chacon fixed subtree issue and zero padding issue
Fri, 08 May 2009 20:57:02 -0700 Scott Chacon committer info now being kept properly
Fri, 08 May 2009 20:54:33 -0700 Scott Chacon fixed some small compatability issues with the dulwich update
Fri, 08 May 2009 16:12:38 -0700 Scott Chacon merge of upstream work from dulwich project
Fri, 08 May 2009 11:33:39 -0700 Scott Chacon time is not necessary 10 bytes length
Tue, 28 Apr 2009 11:24:01 -0700 Augie Fackler Fix DeprecationWarnings in dulwich about sha.
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:56:03 -0700 Scott Chacon sorts the commits topologically before converting
Sat, 25 Apr 2009 16:57:11 -0700 Scott Chacon will now more or less correctly determine a changelist from a git commit
Fri, 24 Apr 2009 14:05:50 -0700 Scott Chacon mapping parents properly now
Fri, 24 Apr 2009 11:45:10 -0700 Scott Chacon importing basic, mostly stubbed changesets
Wed, 22 Apr 2009 16:59:04 -0700 Scott Chacon added dulwich library and got the script to call it for clone