From fd1ff306b7a02f9412f8ed4881dd239d8a4a709a Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Thu, 23 Apr 2009 02:37:57 -0700 Subject: [PATCH] Documentation: use lowercase for shallow and deep threading Even when a sentence is started with 'shallow' or 'deep' use the lowercase version to maintain consistency. Signed-off-by: Stephen Boyd Signed-off-by: Junio C Hamano --- Documentation/config.txt | 4 ++-- Documentation/git-format-patch.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index a9055c94ac..0c1224a017 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -745,11 +745,11 @@ format.pretty:: format.thread:: The default threading style for 'git-format-patch'. Can be - either a boolean value, `shallow` or `deep`. 'Shallow' + either a boolean value, `shallow` or `deep`. `shallow` threading makes every mail a reply to the head of the series, where the head is chosen from the cover letter, the `\--in-reply-to`, and the first patch mail, in this order. - 'Deep' threading makes every mail a reply to the previous one. + `deep` threading makes every mail a reply to the previous one. A true boolean value is the same as `shallow`, and a false value disables threading. diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index 5eddca92c4..4a43c64bb8 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -128,9 +128,9 @@ include::diff-options.txt[] the Message-Id header to reference. + The optional