]> git.ipfire.org Git - thirdparty/git.git/commit - bundle.c
bundle: allow the same ref to be given more than once
authorJunio C Hamano <gitster@pobox.com>
Sun, 18 Jan 2009 06:27:08 +0000 (22:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Jan 2009 07:00:31 +0000 (23:00 -0800)
commitb2a6d1c6868b6d5e7d2b4fa9129341220a1e848a
treec5223916691e2b380166006e6014e0e524cafd9b
parentf0298cf1c6a7b5cc8b79d84a03b0ce07df2d9e6b
bundle: allow the same ref to be given more than once

"git bundle create x master master" used to create a bundle that lists
the same branch (master) twice.  Cloning from such a bundle resulted in
a needless warning "warning: Duplicated ref: refs/remotes/origin/master".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
bundle.c
object.c
object.h
t/t5701-clone-local.sh