From: Junio C Hamano Date: Tue, 10 May 2011 19:05:01 +0000 (-0700) Subject: rev/path disambiguation: further restrict "misspelled index entry" diag X-Git-Tag: v1.7.6-rc0~44^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0e539dca51c298ca2ee102e0ca118797f2da99eb?hp=0e539dca51c298ca2ee102e0ca118797f2da99eb rev/path disambiguation: further restrict "misspelled index entry" diag 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 ---