From 231ae04e4cc70c687c3fd3cc8ab4178d6e7956ec Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 27 Mar 2020 12:28:54 -0400 Subject: Document --no-cache and --sloppy-trailers flags Signed-off-by: Konstantin Ryabitsev --- man/b4.5 | 9 +++++++++ man/b4.5.rst | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/man/b4.5 b/man/b4.5 index 6bcb45e..3c15e32 100644 --- a/man/b4.5 +++ b/man/b4.5 @@ -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 diff --git a/man/b4.5.rst b/man/b4.5.rst index b624ed6..7dacf9c 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -61,6 +61,7 @@ optional arguments: -m LOCALMBOX, --use-local-mbox LOCALMBOX Instead of grabbing a thread from lore, process this mbox file + -C, --no-cache Do not use local cache *Example*: b4 mbox 20200313231252.64999-1-keescook@chromium.org @@ -86,10 +87,13 @@ optional arguments: -m LOCALMBOX, --use-local-mbox LOCALMBOX Instead of grabbing a thread from lore, process this mbox file + -C, --no-cache Do not use local cache -v WANTVER, --use-version WANTVER Get a specific version of the patch/series -t, --apply-cover-trailers Apply trailers sent to the cover letter to all patches + -S, --sloppy-trailers + Apply trailers without email address match checking -T, --no-add-trailers Do not add or sort any trailers -s, --add-my-sob Add your own signed-off-by to every patch -- cgit v1.2.3