Teach 'git-send-pack' to send new branches and tags.
authorLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 20:58:40 +0000 (13:58 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 20:58:40 +0000 (13:58 -0700)
commit584c6cc91a61ec615419452ca540041be6ba9f38
tree63f9306b430114929a9f4030486bc659ef38c66c
parent99a0a6e09f2c9737d1155f25e8cd4c3bc512a8ea
Teach 'git-send-pack' to send new branches and tags.

The protocol always supported it, but send-pack didn't actually know how
to tell the other side about a new branch/tag.

NOTE! You'll have to name it explicitly on the command line: if you
don't name any branches, git-send-pack will default to the branches that
already exist.
send-pack.c