Move "get_ack()" to common git_connect functions
[git] / send-pack.c
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...