diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/b4.5 | 3 | ||||
-rw-r--r-- | man/b4.5.rst | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -169,6 +169,9 @@ Try to guess the base of the series (if not specified) .B \-3\fP,\fB \-\-prep\-3way Prepare for a 3\-way merge (tries to ensure that all index blobs exist by making a fake commit range) .TP +.B \-\-cc\-trailers +Copy all Cc\(aqd addresses into Cc: trailers, if not already present +.TP .B \-\-no\-cover Do not save the cover letter (on by default when using \-o \-) .UNINDENT diff --git a/man/b4.5.rst b/man/b4.5.rst index b8f8f8b..d1aa251 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -104,6 +104,8 @@ optional arguments: Try to guess the base of the series (if not specified) -3, --prep-3way Prepare for a 3-way merge (tries to ensure that all index blobs exist by making a fake commit range) + --cc-trailers + Copy all Cc'd addresses into Cc: trailers, if not already present --no-cover Do not save the cover letter (on by default when using -o -) |