commit | 057e71384a0eff83236268dcd3ff7ebc7789de74 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun Feb 08 23:52:01 2009 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Feb 10 22:26:32 2009 -0800 |
tree | b599fded5625c3489f60568ba482df9ba3e71dbc | |
parent | f8948e2fbc7fbd63e81006408965e3e89380bfaa [diff] |
Warn use of "origin" when remotes/origin/HEAD is dangling The previous one squelched the diagnositic message we used to issue every time we enumerated the refs and noticed a dangling ref. This adds the warning back to the place where the user actually attempts to use it. Signed-off-by: Junio C Hamano <gitster@pobox.com>