builtin remote rm: remove symbolic refs, too
commit3b9dcff5df97ab642de48bc1ce781961686081aa
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 8 Mar 2008 22:40:42 +0000 (8 23:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Mar 2008 05:30:22 +0000 (8 21:30 -0800)
treea539a42e510a5edba6fba57b073219b964b1aaff
parent84521ed6f2ccfd8dfe001806f83bb28e6a8934be
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>
builtin-remote.c
t/t5505-remote.sh