log

age author description
Wed, 29 Apr 2009 10:03:16 -0700 Scott Chacon writing some status output after a push, updating local bookmarks
Tue, 28 Apr 2009 22:26:34 -0700 Scott Chacon clarified in the readme that this is still alpha
Tue, 28 Apr 2009 18:59:41 -0700 Scott Chacon bit of doc cleanup - added dependencies section
Tue, 28 Apr 2009 18:55:14 -0700 Scott Chacon cleaned up documentation, created initial branch policy
Tue, 28 Apr 2009 18:18:26 -0700 Scott Chacon initial readme file
Tue, 28 Apr 2009 17:28:04 -0700 Scott Chacon added hack for pushing first branch
Tue, 28 Apr 2009 17:06:09 -0700 Scott Chacon cleaned and reordered todo list
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:27:35 -0700 Augie Fackler Merge with Scott.
Tue, 28 Apr 2009 11:08:54 -0700 Scott Chacon we did the same thing, not sure why it conflicted
Tue, 28 Apr 2009 11:25:53 -0700 Augie Fackler Makefile to ease running of tests.
Tue, 28 Apr 2009 11:24:01 -0700 Augie Fackler Fix DeprecationWarnings in dulwich about sha.
Tue, 28 Apr 2009 11:23:15 -0700 Augie Fackler Slightly modified run-tests.py so that tests can run self-contained.
Tue, 28 Apr 2009 07:42:12 -0700 Augie Fackler git-daemon is really git daemon now.
Tue, 28 Apr 2009 06:31:29 -0700 Augie Fackler Add a check to the clone test for the bookmark we expect.
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.
Tue, 28 Apr 2009 06:21:35 -0700 Augie Fackler Updated test expectations.
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
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:37:14 -0700 Scott Chacon saving the blob ids in the map now
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 18:32:36 -0700 Augie Fackler Add failing test for file removals.
Sun, 26 Apr 2009 18:27:47 -0700 Augie Fackler Warn, but don't fail when bookmarks is not enabled.
Sun, 26 Apr 2009 18:27:24 -0700 Augie Fackler Add a basic test for cloning.