Skip to content

Commit 6774e2b

Browse files
committed
Merge branch 'maint-1.7.0' into maint
* maint-1.7.0: Documentation/config: describe status.submodulesummary
2 parents 811dd90 + 4b2343f commit 6774e2b

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
@@ -1681,6 +1681,13 @@ If this variable is not specified, it defaults to 'normal'.
16811681
This variable can be overridden with the -u|--untracked-files option
16821682
of linkgit:git-status[1] and linkgit:git-commit[1].
16831683

1684+
status.submodulesummary::
1685+
Defaults to false.
1686+
If this is set to a non zero number or true (identical to -1 or an
1687+
unlimited number), the submodule summary will be enabled and a
1688+
summary of commits for modified submodules will be shown (see
1689+
--summary-limit option of linkgit:git-submodule[1]).
1690+
16841691
tar.umask::
16851692
This variable can be used to restrict the permission bits of
16861693
tar archive entries. The default is 0002, which turns off the

0 commit comments

Comments
 (0)