author | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 8 Jul 2005 20:58:40 +0000 (13:58 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 8 Jul 2005 20:58:40 +0000 (13:58 -0700) | ||
commit | 584c6cc91a61ec615419452ca540041be6ba9f38 | |
tree | 63f9306b430114929a9f4030486bc659ef38c66c | tree | snapshot |
parent | 99a0a6e09f2c9737d1155f25e8cd4c3bc512a8ea | commit | diff |
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.
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 | diff | blob | history |