diff options
author | Marius Storm-Olsen <marius@trolltech.com> | 2008-06-05 14:47:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-09 15:48:20 -0700 |
commit | d6293d1f2cadcdf45f8ada7847a32b51fa5bf0a6 (patch) | |
tree | 0173edac951e656f2c407980f3b31241a17a92d0 /Documentation/git-commit.txt | |
parent | Add argument 'no' commit/status option -u|--untracked-files (diff) | |
download | tgif-d6293d1f2cadcdf45f8ada7847a32b51fa5bf0a6.tar.xz |
Add configuration option for default untracked files mode
By default, the untracked files mode for commit/status is 'normal'
Signed-off-by: Marius Storm-Olsen <marius@trolltech.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index a6f41f3663..2e5ea22a40 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -161,6 +161,10 @@ the handling of untracked files. The possible options are: - 'normal' - Shows untracked files and directories - 'all' - Also shows individual files in untracked directories. -- ++ +See linkgit:git-config[1] for configuration variable +used to change the default for when the option is not +specified. -v|--verbose:: Show unified diff between the HEAD commit and what |