log git_handler.py @ 127:695a90e72e4f

age author description
Tue, 19 May 2009 09:33:46 -0700 Scott Chacon merge from ian dees
Sun, 17 May 2009 16:42:34 -0700 Ian Dees remote branches to server
Sun, 17 May 2009 15:29:18 -0700 Ian Dees local git branches to remotes
Sun, 17 May 2009 14:50:50 -0700 Ian Dees hg bookmarks to local git branches
Tue, 19 May 2009 22:21:31 +0900 Dmitriy Taychenachev don't fail while exporting commit with empty working tree. +test.
Tue, 19 May 2009 21:58:06 +0900 Dmitriy Taychenachev use octal numbers for modes.
Tue, 19 May 2009 21:51:14 +0900 Dmitriy Taychenachev use explicit nullid.
Mon, 11 May 2009 16:03:57 -0700 Scott Chacon handles git commit encoding fields now
Mon, 11 May 2009 10:18:05 -0700 Scott Chacon adding rename detection to already imported objects
Mon, 11 May 2009 09:46:26 -0700 Scott Chacon i cannot for the heck of me figure out why renames are handled this way, but so be it, it works
Sun, 10 May 2009 21:20:51 -0700 Scott Chacon quick fix for executable bit settings
Sun, 10 May 2009 11:04:12 -0700 Sverre Rabbelier more pythonic way to calculate the magnitude
Sun, 10 May 2009 10:42:44 -0700 Sverre Rabbelier make the gitdir a constant
Sun, 10 May 2009 10:37:23 -0700 Sverre Rabbelier make git-mapfile and git-configfile constants
Sun, 10 May 2009 08:54:47 -0700 Sverre Rabbelier use atomictemp to prevent corruption on ctrl-c
Sun, 10 May 2009 10:52:06 -0700 Scott Chacon total is not always > 1
Sun, 10 May 2009 08:58:24 -0700 Sverre Rabbelier major speedup in the already-converted case
Sun, 10 May 2009 08:54:47 -0700 Sverre Rabbelier use atomictemp to prevent corruption on ctrl-c
Sun, 10 May 2009 07:36:47 -0700 Sverre Rabbelier sort the mapfile before writing
Sun, 10 May 2009 07:29:15 -0700 Sverre Rabbelier add progress indication during export
Sun, 10 May 2009 06:14:36 -0700 Sverre Rabbelier add gexport command
Sat, 09 May 2009 18:04:40 -0700 Sverre Rabbelier add a few more TODO's
Sat, 09 May 2009 18:04:19 -0700 Sverre Rabbelier be better about internationalizing strings
Sat, 09 May 2009 18:03:51 -0700 Sverre Rabbelier strip redundant module path and dict accessing
Sat, 09 May 2009 16:52:37 -0700 Scott Chacon fixed subtree issue and zero padding issue
Sat, 09 May 2009 15:06:33 -0700 Scott Chacon added map saving after each object exported
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 11:35:14 -0700 Scott Chacon added a missing newline back to git conversion
Thu, 07 May 2009 15:07:18 -0700 Scott Chacon readded yet another piece of code that disappeared at some point, recovering branches properly
Tue, 05 May 2009 09:43:24 -0700 Scott Chacon fix, but im not sure its fixed yet
Fri, 01 May 2009 20:16:07 -0700 Scott Chacon reapplying defunkts changes
Fri, 01 May 2009 20:05:30 -0700 Scott Chacon fixed the topo sorting and added a unit test
Fri, 01 May 2009 07:01:27 -0700 Scott Chacon merged awesome changes from chris
Thu, 30 Apr 2009 18:58:20 -0700 Chris Wanstrath ignore shas we've already collected
Thu, 30 Apr 2009 17:51:28 -0700 Chris Wanstrath Switch to non-recursive version of Tarjan's algorithm.
Fri, 01 May 2009 07:00:44 -0700 Scott Chacon merge with a rename is working now, but the fix cannot be the right way to do it
Thu, 30 Apr 2009 13:54:33 -0700 Scott Chacon explicit renames converting both ways now
Thu, 30 Apr 2009 12:57:06 -0700 Scott Chacon merged in defunkts changes
Thu, 30 Apr 2009 12:47:04 -0700 Chris Wanstrath Better deal with negative timezone offsets
Thu, 30 Apr 2009 12:46:54 -0700 Chris Wanstrath Deal with hg authors missing email attributes.
Thu, 30 Apr 2009 12:55:56 -0700 Scott Chacon adding hg explicit file renames to the git commit message
Wed, 29 Apr 2009 16:18:37 -0700 Augie Fackler Start using reasonable ui.{status,debug,warn} calls instead of print.
Wed, 29 Apr 2009 13:55:22 -0700 Scott Chacon hg gfetch now works
Wed, 29 Apr 2009 13:26:13 -0700 Scott Chacon not adding HG extra info if commits were on the default branch
Wed, 29 Apr 2009 11:50:56 -0700 Scott Chacon respecting file modes on git import
Wed, 29 Apr 2009 11:36:38 -0700 Scott Chacon pushing nothing works better
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 17:28:04 -0700 Scott Chacon added hack for pushing first branch
Tue, 28 Apr 2009 16:56:05 -0700 Scott Chacon added gclear command to remove all the git data
Tue, 28 Apr 2009 16:36:57 -0700 Scott Chacon remote management tools
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:08:54 -0700 Scott Chacon we did the same thing, not sure why it conflicted
Tue, 28 Apr 2009 06:30:11 -0700 Augie Fackler Another way of fixing no-bookmark issue, along with updated test.
Tue, 28 Apr 2009 06:26:21 -0700 Augie Fackler Fix non-ssh URI parsing.
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:23:34 -0700 Scott Chacon will now set the current tip() as your git 'master' branch for packfile upload