author | Marius Storm-Olsen <marius@trolltech.com> | |
Thu, 5 Jun 2008 12:22:56 +0000 (14:22 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 9 Jun 2008 22:48:19 +0000 (15:48 -0700) | ||
commit | 6c2ce048bbfc6fbc2bdd86a3e586cb8881eb2dc2 | |
tree | 8b83b37d8320cd893441b3aa7cd5e2faa3b0a575 | tree | snapshot |
parent | 4bfee30a98783f7987c395e6006a2a6717344c04 | commit | diff |
Add argument 'no' commit/status option -u|--untracked-files
This new argument teaches Git to not look for any untracked files,
saving cycles on slow file systems, or large repos.
Signed-off-by: Marius Storm-Olsen <marius@trolltech.com>
This new argument teaches Git to not look for any untracked files,
saving cycles on slow file systems, or large repos.
Signed-off-by: Marius Storm-Olsen <marius@trolltech.com>
Documentation/git-commit.txt | diff | blob | history | |
builtin-commit.c | diff | blob | history | |
t/t7502-status.sh | diff | blob | history | |
wt-status.c | diff | blob | history | |
wt-status.h | diff | blob | history |