[PATCH] write_sha1_to_fd()
[gitweb.git] / send-pack.c
2005-07-08 Teach 'git-send-pack' to send new branches and tags.
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Merge head 'cvs2git' of netz.smurf.noris.de/git/git
2005-07-05 Add "git_path()" and "head_ref()" helper functions.
2005-07-05 Merge with Linus' current tree
2005-07-04 Move ref path matching to connect.c library
2005-07-04 Factor out the ssh connection stuff from send-pack.c
2005-07-03 Fix gcc warning in send-pack.c
2005-06-30 Do ref matching on the sender side rather than on receiver
2005-06-30 git-send-pack: actually send the object pack
2005-06-30 Add comment on what send-pack still needs to do
2005-06-30 Slow but steady progress on git pack receive/send
2005-06-30 git-send-pack: start parsing local/remote reference...
2005-06-30 Make send/receive-pack be closer to doing something...
2005-06-30 Start of "git-send-pack", the local part of sending...