Skip to content

Commit 225c93a

Browse files
committed
Merge branch 'maint'
* maint: Documentation/SubmittingPatches: Fix typo in GMail section Documentation/config: describe status.submodulesummary
2 parents 81fa024 + 6774e2b commit 225c93a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/SubmittingPatches

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Gmail
547547

548548
GMail does not appear to have any way to turn off line wrapping in the web
549549
interface, so this will mangle any emails that you send. You can however
550-
use "git send e-mail" and send your patches through the GMail SMTP server, or
550+
use "git send-email" and send your patches through the GMail SMTP server, or
551551
use any IMAP email client to connect to the google IMAP server and forward
552552
the emails through that.
553553

Documentation/config.txt

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

1702+
status.submodulesummary::
1703+
Defaults to false.
1704+
If this is set to a non zero number or true (identical to -1 or an
1705+
unlimited number), the submodule summary will be enabled and a
1706+
summary of commits for modified submodules will be shown (see
1707+
--summary-limit option of linkgit:git-submodule[1]).
1708+
17021709
tar.umask::
17031710
This variable can be used to restrict the permission bits of
17041711
tar archive entries. The default is 0002, which turns off the

0 commit comments

Comments
 (0)