author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 8 Mar 2008 22:40:42 +0000 (23:40 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 9 Mar 2008 05:30:22 +0000 (21:30 -0800) | ||
commit | 3b9dcff5df97ab642de48bc1ce781961686081aa | |
tree | a539a42e510a5edba6fba57b073219b964b1aaff | tree | snapshot |
parent | 84521ed6f2ccfd8dfe001806f83bb28e6a8934be | commit | diff |
builtin remote rm: remove symbolic refs, too
"git remote add" can add a symbolic ref "HEAD", and "rm" should delete
it, too.
Noticed by Teemu Likonen.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
"git remote add" can add a symbolic ref "HEAD", and "rm" should delete
it, too.
Noticed by Teemu Likonen.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c | diff | blob | history | |
t/t5505-remote.sh | diff | blob | history |