[PATCH] Update tags to record who made them
[git.git] / send-pack.c
2005-07-14 Junio C Hamano[PATCH] Documentation: send/receive.
2005-07-12 Linus Torvaldsgit-send-pack: Fix duplicate refname match
2005-07-08 Linus TorvaldsTeach 'git-send-pack' to send new branches and tags.
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Linus TorvaldsMerge head 'cvs2git' of netz.smurf.noris.de/git/git
2005-07-05 Linus TorvaldsAdd "git_path()" and "head_ref()" helper functions.
2005-07-05 Matthias UrlichsMerge with Linus' current tree
2005-07-04 Linus TorvaldsMove ref path matching to connect.c library
2005-07-04 Linus TorvaldsFactor out the ssh connection stuff from send-pack.c
2005-07-03 Linus TorvaldsFix gcc warning in send-pack.c
2005-06-30 Linus TorvaldsDo ref matching on the sender side rather than on receiver
2005-06-30 Linus Torvaldsgit-send-pack: actually send the object pack
2005-06-30 Linus TorvaldsAdd comment on what send-pack still needs to do
2005-06-30 Linus TorvaldsSlow but steady progress on git pack receive/send
2005-06-30 Linus Torvaldsgit-send-pack: start parsing local/remote reference...
2005-06-30 Linus TorvaldsMake send/receive-pack be closer to doing something...
2005-06-30 Linus TorvaldsStart of "git-send-pack", the local part of sending...