Add support for pushing to a remote repository using HTTP/DAV
[gitweb.git] / git-status.sh
index 29c2b1169b5f8ee862cbc62d0a1eb5577587e1c1..62a24a9b03a259fa94f61b3cb060c2b99f55e40e 100755 (executable)
@@ -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;
                }