We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 811dd90 + 4b2343f commit 6774e2bCopy full SHA for 6774e2b
Documentation/config.txt
@@ -1681,6 +1681,13 @@ If this variable is not specified, it defaults to 'normal'.
1681
This variable can be overridden with the -u|--untracked-files option
1682
of linkgit:git-status[1] and linkgit:git-commit[1].
1683
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
+
1691
tar.umask::
1692
This variable can be used to restrict the permission bits of
1693
tar archive entries. The default is 0002, which turns off the
0 commit comments