diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-05-26 13:31:11 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-05-26 13:31:11 -0400 |
commit | fbd0377eb080111ab2c6d2e05ecd97125dd1d9d9 (patch) | |
tree | a7a32d57b2be37f5908da8bb811e9c7fbfdd7d99 | |
parent | c6a1199dcd65fdf2eb1c49295bfcc02932b5ae75 (diff) | |
download | b4-fbd0377eb080111ab2c6d2e05ecd97125dd1d9d9.tar.gz |
Add new b4 pr flags
The -f and -l flags are mostly used for archival purposes -- they allow
to convert a pull request into a mini-archive which includes relevant
discussions around all of the commits involved in it.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r-- | man/b4.5 | 6 | ||||
-rw-r--r-- | man/b4.5.rst | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -233,6 +233,12 @@ Convert a pull request into an mbox full of patches .TP .BI \-o \ OUTMBOX\fR,\fB \ \-\-output\-mbox \ OUTMBOX Save exploded messages into this mailbox (default: msgid.mbx) +.TP +.B \-l\fP,\fB \-\-retrieve\-links +Attempt to retrieve any Link: URLs (use with \-e) +.TP +.BI \-f \ MAILFROM\fR,\fB \ \-\-from\-addr \ MAILFROM +Use this From: in exploded messages (use with \-e) .UNINDENT .UNINDENT .sp diff --git a/man/b4.5.rst b/man/b4.5.rst index ecbd3e8..2217cfd 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -149,6 +149,9 @@ optional arguments: -e, --explode Convert a pull request into an mbox full of patches -o OUTMBOX, --output-mbox OUTMBOX Save exploded messages into this mailbox (default: msgid.mbx) + -l, --retrieve-links Attempt to retrieve any Link: URLs (use with -e) + -f MAILFROM, --from-addr MAILFROM + Use this From: in exploded messages (use with -e) *Example*: b4 pr 202003292120.2BDCB41@keescook |