6 guilt-patchbomb - Email a series of commits interactively
10 include::usage-guilt-patchbomb.txt[]
14 Send a series of commits via email asking for To, CC and other information
23 Don't add additional repository committer sign-offs to the patch.
24 This allows the sign-off chain to be fully expressed in the commit
25 messages and not changed by the act of sending a patchbomb.
27 --in-reply-to <msgid>::
28 Set the In-reply-to header to the specified message id. This allows
29 the patches to be sent as replies to an arbitrary message.
32 Generate a patch which uses all the features offered by the git diff
33 format (e.g., rename and copy detection).
35 --subject-prefix <prefix>::
36 Rather than using the standard [PATCH] prefix in the subject line,
37 use [<prefix>] instead.
39 include::hash-range.txt[]
43 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
47 Documentation by Brandon Philips <brandon@ifup.org>