-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathguilt-patchbomb.txt
More file actions
49 lines (37 loc) · 1.09 KB
/
Copy pathguilt-patchbomb.txt
File metadata and controls
49 lines (37 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
guilt-patchbomb(1)
==================
NAME
----
guilt-patchbomb - Email a series of commits interactively
SYNOPSIS
--------
include::usage-guilt-patchbomb.txt[]
DESCRIPTION
-----------
Send a series of commits via email asking for To, CC and other information
interactively.
OPTIONS
-------
-n::
Don't send
-s::
Don't add additional repository committer sign-offs to the patch.
This allows the sign-off chain to be fully expressed in the commit
messages and not changed by the act of sending a patchbomb.
--in-reply-to <msgid>::
Set the In-reply-to header to the specified message id. This allows
the patches to be sent as replies to an arbitrary message.
--git::
Generate a patch which uses all the features offered by the git diff
format (e.g., rename and copy detection).
--subject-prefix <prefix>::
Rather than using the standard [PATCH] prefix in the subject line,
use [<prefix>] instead.
include::hash-range.txt[]
Author
------
Written by Josef "Jeff" Sipek <[email protected]>
Documentation
-------------
Documentation by Brandon Philips <[email protected]>
include::footer.txt[]