[PATCH] guilt: patchbomb: add some patch formatting options to the CLI
commitf833954a61ff01e09e0c2f754194015bd447bfec
authorDave Chinner <dchinner@redhat.com>
Tue, 8 Jun 2010 20:02:15 +0000 (8 16:02 -0400)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Tue, 8 Jun 2010 20:02:15 +0000 (8 16:02 -0400)
tree3a23d6a112e0e9279b77b1a9b5727100a50229c3
parent682b57166ee77fb2ed802eefb21c4ee27d105175
[PATCH] guilt: patchbomb: add some patch formatting options to the CLI

Allow the suppression of sign-offs so that only the sign-offs in the committed
patch are included in the formatted patch.

Allow the patch subject prefix to be modified from "[PATCH n/m]" to a user
configurable string.

Both of these options are passed to the invocation of git format-patch, and the
syntax of the --subject-prefix command is the same as for the git command.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Documentation/guilt-patchbomb.txt
guilt-patchbomb