]> git.ipfire.org Git - thirdparty/git.git/commit
git-status: use ls-files --others --directory for untracked list.
authorJunio C Hamano <junkio@cox.net>
Sat, 7 Jan 2006 22:32:07 +0000 (14:32 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Jan 2006 05:34:03 +0000 (21:34 -0800)
commit9eafb7bad1a1982f1c01f4c7394fe7bc8e6ea3ae
tree4985bda998b37abc6d9d9e0f0edd602f80ce648e
parent0907fedbeea12aa78a66b9d765b0e618a180b6ff
git-status: use ls-files --others --directory for untracked list.

This shortens "Untracked files" list by using --directory option
when running ls-files --others.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-status.sh