t7201.24: Add refspec to keep --track working
commit88a9f72fe0f2ae3243b3d7a53dddf856cde48aca
authorJohan Herland <johan@herland.net>
Sun, 21 Apr 2013 21:52:03 +0000 (21 23:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 21 Apr 2013 22:14:41 +0000 (21 15:14 -0700)
tree4f387cf79af72bf549565b18209cb8ec99b1c5de
parent9c9cd39a0c9bc1f14e9dfc29ad98475794dda6b8
t7201.24: Add refspec to keep --track working

We are formalizing a requirement that any remote-tracking branch to be used
as an upstream (i.e. as an argument to --track), _must_ "belong" to a
configured remote by being matched by the "dst" side of a fetch refspec.

Without this patch, this test would start failing when the new behavior is
introduced.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7201-co.sh