From 52984d211c74a9a910a953048e7181260a914a43 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 15 May 2020 12:34:29 -0400 Subject: Document changes to -P Add changes to -P,--cherry-pick to the man page. Signed-off-by: Konstantin Ryabitsev --- man/b4.5 | 4 +++- man/b4.5.rst | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/man/b4.5 b/man/b4.5 index a30052f..0e7df0e 100644 --- a/man/b4.5 +++ b/man/b4.5 @@ -163,7 +163,9 @@ Add a lore.kernel.org/r/ link to every patch Save mbox patches in a quilt\-ready folder .TP .BI \-P \ CHERRYPICK\fP,\fB \ \-\-cherry\-pick \ CHERRYPICK -Cherry\-pick a subset of patches (e.g. \-P 1\-2,4,6\-) +Cherry\-pick a subset of patches (e.g. "\-P 1\-2,4,6\-", +"\-P _" to use just the msgid specified, +or "\-P *globbing*" to match on commit subject) .UNINDENT .UNINDENT .sp diff --git a/man/b4.5.rst b/man/b4.5.rst index b44dc96..c95b172 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -102,7 +102,10 @@ optional arguments: -l, --add-link Add a lore.kernel.org/r/ link to every patch -Q, --quilt-ready Save mbox patches in a quilt-ready folder -P CHERRYPICK, --cherry-pick CHERRYPICK - Cherry-pick a subset of patches (e.g. -P 1-2,4,6-) + Cherry-pick a subset of patches (e.g. "-P 1-2,4,6-", + "-P _" to use just the msgid specified, + or "-P \*globbing\*" to match on commit subject) +  *Example*: b4 am 20200313231252.64999-1-keescook@chromium.org -- cgit v1.2.3