1GUILT-PATCHBOMB(1) Guilt Manual GUILT-PATCHBOMB(1)
2
3
4
6 guilt-patchbomb - Email a series of commits interactively
7
10 Send a series of commits via email asking for To, CC and other
11 information interactively.
12
14 -n
15 Don’t send
16
17 -s
18 Don’t add additional repository committer sign-offs to the patch.
19 This allows the sign-off chain to be fully expressed in the commit
20 messages and not changed by the act of sending a patchbomb.
21
22 --in-reply-to <msgid>
23 Set the In-reply-to header to the specified message id. This allows
24 the patches to be sent as replies to an arbitrary message.
25
26 --git
27 Generate a patch which uses all the features offered by the git
28 diff format (e.g., rename and copy detection).
29
30 --subject-prefix <prefix>
31 Rather than using the standard [PATCH] prefix in the subject line,
32 use [<prefix>] instead.
33
34 <hash>
35 Only the specified revision.
36
37 <since>..[<until>]
38 Revisions starting from <since> until <until>. The <since> revision
39 it self is NOT included, while <until> is. If <until> is not
40 specified, it is assumed to be HEAD.
41
42 ..<until>
43 All revisions until the <until> revision (inclusive).
44
46 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
47
49 Documentation by Brandon Philips <brandon@ifup.org[2]>
50
52 Part of the guilt(7) suite (Generated for Guilt v0.36)
53
55 1. jeffpc@josefsipek.net
56 mailto:jeffpc@josefsipek.net
57
58 2. brandon@ifup.org
59 mailto:brandon@ifup.org
60
61
62
63Guilt v0.36 07/25/2019 GUILT-PATCHBOMB(1)