Make send-pack --all and explicit ref mutually exclusive.
authorJunio C Hamano <junkio@cox.net>
Tue, 2 Aug 2005 19:20:27 +0000 (12:20 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Aug 2005 05:51:07 +0000 (22:51 -0700)
commit0bc3cdfc823e48069b778468196d8f5185a452cb
tree7c7d5aeeb257f002903b35762941ff05a53e38f6
parent72d7121cc00c890c2962a5b4bff06a2af6a15df5
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.c