Documentation/git-send-email.txt: style fixes

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>

Rasmus Villemoes committed Oct 10, 2018 at 13:13 UTC af249bfe00971490bec11aafce0a44ff9a9b33ea
1 file changed +4 -4
Documentation/git-send-email.txt
+4 -4
@@ -321,16 +321,16 @@ Automating
321 auto-cc of:
322 +
323 --
324 -- 'author' will avoid including the patch author
325 -- 'self' will avoid including the sender
324 +- 'author' will avoid including the patch author.
325 +- 'self' will avoid including the sender.
326 - 'cc' will avoid including anyone mentioned in Cc lines in the patch header
327 except for self (use 'self' for that).
328 - 'bodycc' will avoid including anyone mentioned in Cc lines in the
329 patch body (commit message) except for self (use 'self' for that).
330 - 'sob' will avoid including anyone mentioned in Signed-off-by lines except
331 - for self (use 'self' for that).
331 + for self (use 'self' for that).
332 - 'cccmd' will avoid running the --cc-cmd.
333 -- 'body' is equivalent to 'sob' + 'bodycc'
333 +- 'body' is equivalent to 'sob' + 'bodycc'.
334 - 'all' will suppress all auto cc values.
335 --
336 +