Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
docs: note that status configuration affects only long format
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>
Documentation/git-status.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
7c9f703
)
diff --git
a/Documentation/git-status.txt
b/Documentation/git-status.txt
index e9363d99782651e40a3e44873a325e78bb0c0af7..58d35fb3c257d76f6c26b3dcbbacdbed7327499a 100644
(file)
--- 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
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 curren
t
-directory.
+paths shown
in the long format are relative to the repository root, no
t
+
to the current
directory.
If `status.submodulesummary` is set to a non zero number or true (identical
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
--------
SEE ALSO
--------