]> git.ipfire.org Git - thirdparty/git.git/commit - send-pack.c
git-send-pack: actually send the object pack
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Jun 2005 17:17:39 +0000 (10:17 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Jun 2005 17:17:39 +0000 (10:17 -0700)
commit94fdb7aa17cc778dff084857192e155aabca86f1
tree019415b215b7f357c22757596cb5cb4faa5b0bf0
parent2eca23daf5ab7c921c544d86cd53707f8b4ff9a4
git-send-pack: actually send the object pack

This concludes this lesson.  I've actually successfully sent an update
using the git-send-pack command.

Probably tons of work still to do, and nasty debugging, but it's now
actually potentially useful.
send-pack.c