diff options
author | Stephen Boyd <bebarino@gmail.com> | 2009-04-23 02:37:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-23 04:20:34 -0700 |
commit | fd1ff306b7a02f9412f8ed4881dd239d8a4a709a (patch) | |
tree | 6f6a7e52329c98a46c28622c53e36dc3cee83d65 /Documentation/config.txt | |
parent | 48d3448dd5700f9ea8a142935fd4263ba1fb79c6 (diff) | |
download | git-fd1ff306b7a02f9412f8ed4881dd239d8a4a709a.tar.gz |
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 <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 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. |