Add config variable core.symrefsonly
[git.git] / git-status.sh
index 29c2b11..837f334 100755 (executable)
@@ -41,7 +41,7 @@ git-update-index -q --unmerged --refresh || exit
 
 if GIT_DIR="$GIT_DIR" git-rev-parse --verify HEAD >/dev/null 2>&1
 then
-       git-diff-index -M --cached --name-status HEAD |
+       git-diff-index -M --cached --name-status --diff-filter=MDTCRA HEAD |
        sed -e '
                s/\\/\\\\/g
                s/ /\\ /g
@@ -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;
                }