From 4b2343fa4125f73a26cb20016a3ae3a27c00dd6f Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Thu, 20 May 2010 17:55:42 +0200 Subject: 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 Signed-off-by: Junio C Hamano diff --git a/Documentation/config.txt b/Documentation/config.txt index f6ddd35..8adb55c 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1601,6 +1601,13 @@ If this variable is not specified, it defaults to 'normal'. This variable can be overridden with the -u|--untracked-files option of linkgit:git-status[1] and linkgit:git-commit[1]. +status.submodulesummary:: + Defaults to false. + If this 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]). + tar.umask:: This variable can be used to restrict the permission bits of tar archive entries. The default is 0002, which turns off the -- cgit v0.10.2-6-g49f6 From 811dd906dbb391544085a3a7ca6cfc7b53d33131 Mon Sep 17 00:00:00 2001 From: Tim Henigan Date: Wed, 26 May 2010 08:36:10 -0400 Subject: Documentation/SubmittingPatches: Fix typo in GMail section Commit e498257d introduced a typo while improving the GMail section of SubmittingPatches. Signed-off-by: Tim Henigan Acked-by: Michael J Gruber Signed-off-by: Junio C Hamano diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 22e3808..84248da 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -520,7 +520,7 @@ Gmail GMail does not appear to have any way to turn off line wrapping in the web interface, so this will mangle any emails that you send. You can however -use "git send e-mail" and send your patches through the GMail SMTP server, or +use "git send-email" and send your patches through the GMail SMTP server, or use any IMAP email client to connect to the google IMAP server and forward the emails through that. -- cgit v0.10.2-6-g49f6