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>
maint
Rasmus Villemoes 2018-10-10 13:13:49 +02:00 committed by Junio C Hamano
parent cae598d998
commit af249bfe00
1 changed files with 4 additions and 4 deletions

View File

@ -321,16 +321,16 @@ Automating
auto-cc of: auto-cc of:
+ +
-- --
- 'author' will avoid including the patch author - 'author' will avoid including the patch author.
- 'self' will avoid including the sender - 'self' will avoid including the sender.
- 'cc' will avoid including anyone mentioned in Cc lines in the patch header - 'cc' will avoid including anyone mentioned in Cc lines in the patch header
except for self (use 'self' for that). except for self (use 'self' for that).
- 'bodycc' will avoid including anyone mentioned in Cc lines in the - 'bodycc' will avoid including anyone mentioned in Cc lines in the
patch body (commit message) except for self (use 'self' for that). patch body (commit message) except for self (use 'self' for that).
- 'sob' will avoid including anyone mentioned in Signed-off-by lines except - '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. - '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. - 'all' will suppress all auto cc values.
-- --
+ +