summaryrefslogtreecommitdiff
path: root/builtin/remote.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-01-19 21:19:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-01-19 22:04:16 (GMT)
commitaf5bacf471825662f8eeda932cfabd6c47634434 (patch)
tree444c38da7ec6f93b958575f9e8c6aaa1f2dc44ff /builtin/remote.c
parentc3808ca6982b0ad7ee9b87eca9b50b9a24ec08b0 (diff)
downloadgit-af5bacf471825662f8eeda932cfabd6c47634434.zip
git-af5bacf471825662f8eeda932cfabd6c47634434.tar.gz
git-af5bacf471825662f8eeda932cfabd6c47634434.tar.bz2
remote rename: demonstrate a bogus "remote exists" bug
Some users like to set `remote.origin.prune = true` in their ~/.gitconfig so that all of their repositories use that default. However, our code is ill-prepared for this, mistaking that single entry to mean that there is already a remote of the name "origin", even if there is not. This patch adds a test case demonstrating this issue. Reported by Andrew Arnott. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/remote.c')
0 files changed, 0 insertions, 0 deletions