diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-05-15 12:34:29 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-05-15 12:34:29 -0400 |
commit | be5c8a1de09436ed8933bc4ef10c71e5fe1261ef (patch) | |
tree | ee0e987faf79725f3a9660374c91dbad711d2442 /man/b4.5.rst | |
parent | bed5ae143681fdd2de3b502615320636e2db2199 (diff) | |
download | b4-be5c8a1de09436ed8933bc4ef10c71e5fe1261ef.tar.gz |
Document changes to -P
Add changes to -P,--cherry-pick to the man page.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'man/b4.5.rst')
-rw-r--r-- | man/b4.5.rst | 5 |
1 files changed, 4 insertions, 1 deletions
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 |