Skip to content

Commit 4b2343f

Browse files
Michael J Grubergitster
authored andcommitted
Documentation/config: describe status.submodulesummary
ac8d5af (builtin-status: submodule summary support, 2008-04-12) intoduced this variable and described it in git-status[1]. Include this description in git-config[1], as well. Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 70b89f8 commit 4b2343f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/config.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,6 +1601,13 @@ If this variable is not specified, it defaults to 'normal'.
16011601
This variable can be overridden with the -u|--untracked-files option
16021602
of linkgit:git-status[1] and linkgit:git-commit[1].
16031603

1604+
status.submodulesummary::
1605+
Defaults to false.
1606+
If this is set to a non zero number or true (identical to -1 or an
1607+
unlimited number), the submodule summary will be enabled and a
1608+
summary of commits for modified submodules will be shown (see
1609+
--summary-limit option of linkgit:git-submodule[1]).
1610+
16041611
tar.umask::
16051612
This variable can be used to restrict the permission bits of
16061613
tar archive entries. The default is 0002, which turns off the

0 commit comments

Comments
 (0)