Documentation/git-send-email.txt: style fixes
authorRasmus Villemoes <rv@rasmusvillemoes.dk>
Wed, 10 Oct 2018 11:13:49 +0000 (13:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Oct 2018 06:19:30 +0000 (15:19 +0900)
For consistency, add full stops in a few places and outdent a line by
one space.

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt
index 465a4ecbeddaa20189bce6e223df8bbfa0319b9a..ea6ea512fe949702d5507b1325a73125090b8a23 100644 (file)
@@ -321,16 +321,16 @@ Automating
        auto-cc of:
 +
 --
-- 'author' will avoid including the patch author
-- 'self' will avoid including the sender
+- 'author' will avoid including the patch author.
+- 'self' will avoid including the sender.
 - 'cc' will avoid including anyone mentioned in Cc lines in the patch header
   except for self (use 'self' for that).
 - 'bodycc' will avoid including anyone mentioned in Cc lines in the
   patch body (commit message) except for self (use 'self' for that).
 - 'sob' will avoid including anyone mentioned in Signed-off-by lines except
-   for self (use 'self' for that).
+  for self (use 'self' for that).
 - 'cccmd' will avoid running the --cc-cmd.
-- 'body' is equivalent to 'sob' + 'bodycc'
+- 'body' is equivalent to 'sob' + 'bodycc'.
 - 'all' will suppress all auto cc values.
 --
 +