提交 6becd7da 编写于 作者: J Junio C Hamano

ls-files --error-unmatch pathspec error reporting fix.

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: NJunio C Hamano <junkio@cox.net>
上级 e8a1a11d
......@@ -757,7 +757,7 @@ int main(int argc, const char **argv)
if (ps_matched[num])
continue;
error("pathspec '%s' did not match any.",
pathspec[num] + prefix_len);
pathspec[num] + prefix_offset);
}
return errors ? 1 : 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册