author | Junio C Hamano <junkio@cox.net> | |
Tue, 2 Aug 2005 19:20:27 +0000 (12:20 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 3 Aug 2005 05:51:07 +0000 (22:51 -0700) | ||
commit | 0bc3cdfc823e48069b778468196d8f5185a452cb | |
tree | 7c7d5aeeb257f002903b35762941ff05a53e38f6 | tree | snapshot |
parent | 72d7121cc00c890c2962a5b4bff06a2af6a15df5 | commit | diff |
Make send-pack --all and explicit ref mutually exclusive.
send-pack had a confusing misfeature that "send-pack --all
master" updated all refs, while "send-pack --all" did not do
anything. Make --all and explicit refs mutually exclusive, and
make sure "send-pack --all" updates all refs.
Signed-off-by: Junio C Hamano <junkio@cox.net>
send-pack had a confusing misfeature that "send-pack --all
master" updated all refs, while "send-pack --all" did not do
anything. Make --all and explicit refs mutually exclusive, and
make sure "send-pack --all" updates all refs.
Signed-off-by: Junio C Hamano <junkio@cox.net>
send-pack.c | diff | blob | history |