log dulwich/repo.py @ 127:695a90e72e4f

age author description
Tue, 19 May 2009 09:33:46 -0700 Scott Chacon merge from ian dees
Sun, 17 May 2009 01:55:48 -0700 Ian Dees Fix gclone on Windows
Tue, 19 May 2009 21:58:06 +0900 Dmitriy Taychenachev use octal numbers for modes.
Tue, 19 May 2009 17:17:38 +0900 Dmitriy Taychenachev dulwich: initialise ctree in each iteration, fixes issue16.
Mon, 11 May 2009 16:03:57 -0700 Scott Chacon handles git commit encoding fields now
Sun, 10 May 2009 16:11:19 -0700 Scott Chacon i think you mean submodules, symlinks are supported here
Sun, 10 May 2009 14:25:10 -0700 Sverre Rabbelier respect the mode flags (except symlinks)
Sat, 09 May 2009 16:52:37 -0700 Scott Chacon fixed subtree issue and zero padding issue
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
Wed, 29 Apr 2009 11:50:56 -0700 Scott Chacon respecting file modes on git import
Wed, 29 Apr 2009 11:04:45 -0700 Scott Chacon merged from dulwich
Tue, 28 Apr 2009 19:33:03 -0700 Augie Fackler Hacky implementation of file removals.
Wed, 29 Apr 2009 10:03:16 -0700 Scott Chacon writing some status output after a push, updating local bookmarks
Tue, 28 Apr 2009 14:28:27 -0700 Scott Chacon successful push to an upstream git server - BOOYAH!
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