resolve_ref(): emit warnings for improperly-formatted references
commit629cd3ac6d081b43c8cdb045845be1fedbc89615
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 15 Sep 2011 21:10:40 +0000 (15 23:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Oct 2011 20:45:31 +0000 (5 13:45 -0700)
tree01b03b13fef9519b27eb1c77ac2f8534946ffd37
parent8384d78886eca05cae2a4c1bccaee379d76c1e06
resolve_ref(): emit warnings for improperly-formatted references

While resolving references, if a reference is found that is in an
unrecognized format, emit a warning (and then fail, as before).
Wouldn't *you* want to know?

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c