diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-27 12:28:54 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-27 12:28:54 -0400 |
commit | 3d1784d4ef3e6fa5d5ed224c92cd74dde4e5e87f (patch) | |
tree | bc5d7bf1b182599b40d810c4367f06d4b6eb44dc /man/b4.5 | |
parent | a5fab3c6c4067e99510ed68e0c7959f60f74345d (diff) | |
download | b4-3d1784d4ef3e6fa5d5ed224c92cd74dde4e5e87f.tar.gz |
Document --no-cache and --sloppy-trailers flags
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'man/b4.5')
-rw-r--r-- | man/b4.5 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -95,6 +95,9 @@ Filename to name the mbox file .BI \-m \ LOCALMBOX\fP,\fB \ \-\-use\-local\-mbox \ LOCALMBOX Instead of grabbing a thread from lore, process this mbox file +.TP +.B \-C\fP,\fB \-\-no\-cache +Do not use local cache .UNINDENT .UNINDENT .sp @@ -131,12 +134,18 @@ Filename to name the mbox file Instead of grabbing a thread from lore, process this mbox file .TP +.B \-C\fP,\fB \-\-no\-cache +Do not use local cache +.TP .BI \-v \ WANTVER\fP,\fB \ \-\-use\-version \ WANTVER Get a specific version of the patch/series .TP .B \-t\fP,\fB \-\-apply\-cover\-trailers Apply trailers sent to the cover letter to all patches .TP +.B \-S\fP,\fB \-\-sloppy\-trailers +Apply trailers without email address match checking +.TP .B \-T\fP,\fB \-\-no\-add\-trailers Do not add or sort any trailers .TP |