remote prune: warn dangling symrefs
commitf8948e2fbc7fbd63e81006408965e3e89380bfaa
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Feb 2009 07:27:10 +0000 (8 23:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2009 06:26:20 +0000 (10 22:26 -0800)
treee431c958f2c07b7da331d985f96d81267c75e20a
parent8ea7ad694be942350457197357127ed81b2550fe
remote prune: warn dangling symrefs

If you prune from the remote "frotz" that deleted the ref your tracking
branch remotes/frotz/HEAD points at, the symbolic ref will become
dangling.  We used to detect this as an error condition and issued a
message every time refs are enumerated.

This stops the error message, but moves the warning to "remote prune".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c
refs.c
refs.h
t/t5505-remote.sh