Commit first cut at "git-fetch-pack"
[git] / send-pack.c
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...