ls-files --error-unmatch pathspec error reporting fix.
authorJunio C Hamano <junkio@cox.net>
Wed, 15 Feb 2006 09:10:13 +0000 (01:10 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 15 Feb 2006 09:10:13 +0000 (01:10 -0800)
Earlier patch mistakenly used prefix_len when it meant
prefix_offset. The latter is to strip the leading directories
when run from a subdirectory.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found