提交 38cc7ab8 编写于 作者: J Junio C Hamano

Clarify git status output.

What we list as "Ignored files" are not "ignored".  Rather, it
is the list of "not listed in the to-be-ignored files, but
exists -- you may be forgetting to add them".

Pointed out by Daniel.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 7744f3b8
...@@ -90,7 +90,7 @@ perl -e '$/ = "\0"; ...@@ -90,7 +90,7 @@ perl -e '$/ = "\0";
s|\n|\\n|g; s|\n|\\n|g;
s/^/# /; s/^/# /;
if (!$shown) { if (!$shown) {
print "#\n# Ignored files:\n"; print "#\n# Untracked files:\n";
print "# (use \"git add\" to add to commit)\n#\n"; print "# (use \"git add\" to add to commit)\n#\n";
$shown = 1; $shown = 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册