Skip to content

Commit af249bf

Browse files
Villemoesgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cae598d commit af249bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-send-email.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,16 +321,16 @@ Automating
321321
auto-cc of:
322322
+
323323
--
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.
326326
- 'cc' will avoid including anyone mentioned in Cc lines in the patch header
327327
except for self (use 'self' for that).
328328
- 'bodycc' will avoid including anyone mentioned in Cc lines in the
329329
patch body (commit message) except for self (use 'self' for that).
330330
- '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).
332332
- 'cccmd' will avoid running the --cc-cmd.
333-
- 'body' is equivalent to 'sob' + 'bodycc'
333+
- 'body' is equivalent to 'sob' + 'bodycc'.
334334
- 'all' will suppress all auto cc values.
335335
--
336336
+

0 commit comments

Comments
 (0)