Code

Merge branches 'jc/nostat' and 'jc/empty-commit'
[git.git] / git-status.sh
index 50ccd24efb707d615e560dfbd38abec5b2b25b20..10d781c92f82197845ce30c67f796d99379e93cd 100755 (executable)
@@ -83,11 +83,11 @@ report "Changed but not updated" "use git-update-index to mark for commit"
 
 if test -f "$GIT_DIR/info/exclude"
 then
-    git-ls-files -z --others \
+    git-ls-files -z --others --directory \
        --exclude-from="$GIT_DIR/info/exclude" \
         --exclude-per-directory=.gitignore
 else
-    git-ls-files -z --others \
+    git-ls-files -z --others --directory \
         --exclude-per-directory=.gitignore
 fi |
 perl -e '$/ = "\0";