summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7744f3b)
raw | patch | inline | side by side (parent: 7744f3b)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 24 Oct 2005 22:11:47 +0000 (15:11 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 24 Oct 2005 22:11:47 +0000 (15:11 -0700) |
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: Junio C Hamano <junkio@cox.net>
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: Junio C Hamano <junkio@cox.net>
git-status.sh | patch | blob | history |
diff --git a/git-status.sh b/git-status.sh
index 29c2b1169b5f8ee862cbc62d0a1eb5577587e1c1..62a24a9b03a259fa94f61b3cb060c2b99f55e40e 100755 (executable)
--- a/git-status.sh
+++ b/git-status.sh
s|\n|\\n|g;
s/^/# /;
if (!$shown) {
- print "#\n# Ignored files:\n";
+ print "#\n# Untracked files:\n";
print "# (use \"git add\" to add to commit)\n#\n";
$shown = 1;
}