Linus Torvalds
94fdb7aa17
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.
2005-06-30 10:17:39 -07:00
Linus Torvalds
56b6ed8881
Add comment on what send-pack still needs to do
...
Me tired.
2005-06-29 23:07:01 -07:00
Linus Torvalds
7f8e982834
Slow but steady progress on git pack receive/send
2005-06-29 22:50:48 -07:00
Linus Torvalds
e4b5c7fff4
git-send-pack: start parsing local/remote reference differences
...
Right now it just shows which refs it picks up, and whether they are
the same or changed on the remote end. Getting there..
2005-06-29 22:31:41 -07:00
Linus Torvalds
f3a3214e83
Make send/receive-pack be closer to doing something interesting
2005-06-29 20:50:15 -07:00
Linus Torvalds
61221472a5
Start of "git-send-pack", the local part of sending off a pack
...
Like git-receive-pack, this is only partway done.
2005-06-29 19:09:05 -07:00