]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5505-remote.sh
t5505: 'remote add x y' should work when url.y.insteadOf = x
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 17 Feb 2016 16:20:47 +0000 (17:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2016 17:52:56 +0000 (09:52 -0800)
commitd8ff76cf17c334c60cb83e7d860466086d0547fe
tree15496ab580bb6cf4401b73b3e9659924ba748d76
parentfb86e32dcc9ed07ee2f1df6aafbf34d469007b1f
t5505: 'remote add x y' should work when url.y.insteadOf = x

This is the test missing from fb86e32 (git remote: allow adding
remotes agreeing with url.<...>.insteadOf, 2014-12-23): we should
allow adding a remote with the URL when it agrees with the
url.<...>.insteadOf setting.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5505-remote.sh