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:39:34 -0400 |
commit | 52984d211c74a9a910a953048e7181260a914a43 (patch) | |
tree | 3b998d8b7b0659657600e1f89df790918c105970 /man/b4.5 | |
parent | a2febf32bba504ee670934297ce919b225a878d0 (diff) | |
download | b4-52984d211c74a9a910a953048e7181260a914a43.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')
-rw-r--r-- | man/b4.5 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |