guilt: Working around missing touch -d on Darwin.
[guilt.git] / Documentation / guilt-patchbomb.txt
blob68c38067b1476f0d1039c0e27793bb93cec15ff3
1 guilt-patchbomb(1)
2 ==================
4 NAME
5 ----
6 guilt-patchbomb - Email a series of commits interactively
8 SYNOPSIS
9 --------
10 include::usage-guilt-patchbomb.txt[]
12 DESCRIPTION
13 -----------
14 Send a series of commits via email asking for To, CC and other information
15 interactively.
17 OPTIONS
18 -------
19 -n::
20         Don't send
22 -s::
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.
31 --git::
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[]
41 Author
42 ------
43 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
45 Documentation
46 -------------
47 Documentation by Brandon Philips <brandon@ifup.org>
49 include::footer.txt[]