diff options
author | Jeff King <peff@peff.net> | 2009-09-05 04:52:18 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-05 23:16:38 -0700 |
commit | 46b77a6b487fceeeb297a9473631939aefd7e6fd (patch) | |
tree | d0e7a8b8e86541dbf908a494e09c5e18012a7f2c /Documentation/git-status.txt | |
parent | 7c9f7038e923e6eb135b27c6fca9a010b034bc27 (diff) | |
download | git-46b77a6b487fceeeb297a9473631939aefd7e6fd.tar.gz |
docs: note that status configuration affects only long format
The short format does not respect any of the usual status.*
configuration.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r-- | Documentation/git-status.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index e9363d9978..58d35fb3c2 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -114,13 +114,13 @@ compatibility) and `color.status.<slot>` configuration variables to colorize its output. If the config variable `status.relativePaths` is set to false, then all -paths shown are relative to the repository root, not to the current -directory. +paths shown in the long format are relative to the repository root, not +to the current directory. If `status.submodulesummary` is set to a non zero number or true (identical -to -1 or an unlimited number), the submodule summary will be enabled and a -summary of commits for modified submodules will be shown (see --summary-limit -option of linkgit:git-submodule[1]). +to -1 or an unlimited number), the submodule summary will be enabled for +the long format and a summary of commits for modified submodules will be +shown (see --summary-limit option of linkgit:git-submodule[1]). SEE ALSO -------- |