summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c9f703)
raw | patch | inline | side by side (parent: 7c9f703)
author | Jeff King <peff@peff.net> | |
Sat, 5 Sep 2009 08:52:18 +0000 (04:52 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 6 Sep 2009 06:16:38 +0000 (23:16 -0700) |
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>
configuration.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-status.txt | patch | blob | history |
index e9363d99782651e40a3e44873a325e78bb0c0af7..58d35fb3c257d76f6c26b3dcbbacdbed7327499a 100644 (file)
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
--------