X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-status.sh;h=62a24a9b03a259fa94f61b3cb060c2b99f55e40e;hb=e24317b4d093e4b148996172d0b749f09a0e6f2e;hp=29c2b1169b5f8ee862cbc62d0a1eb5577587e1c1;hpb=4ae22d96fe9248dac4f26b1fc91154ba5e879799;p=git.git diff --git a/git-status.sh b/git-status.sh index 29c2b116..62a24a9b 100755 --- a/git-status.sh +++ b/git-status.sh @@ -90,7 +90,7 @@ perl -e '$/ = "\0"; 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; }