rev/path disambiguation: further restrict "misspelled index entry" diag
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 May 2011 19:05:01 +0000 (12:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 May 2011 19:38:06 +0000 (12:38 -0700)
A colon followed by anything !isalnum() (e.g. ":/heh") at this point is
known not to be an existing rev. Just give a generic "neither a rev nor
a path" error message.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found