doc: git doesn't use git-foo invocations.
[guilt.git] / Documentation / guilt-patchbomb.1
blobde18daecd8f20e09e5a4677a7cee7eade7d10553
1 .\" ** You probably do not want to edit this file directly **
2 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
3 .\" Instead of manually editing it, you probably should edit the DocBook XML
4 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
5 .TH "GUILT\-PATCHBOMB" "1" "01/22/2015" "Guilt v0.36\-rc1" "Guilt Manual"
6 .\" disable hyphenation
7 .nh
8 .\" disable justification (adjust text to left margin only)
9 .ad l
10 .SH "NAME"
11 guilt\-patchbomb \- Email a series of commits interactively
12 .SH "SYNOPSIS"
13 \fIguilt\-patchbomb\fR [\-n] [\-s] [\-\-in\-reply\-to <msgid>] [\-\-git] [\-\-subject\-prefix <prefix>] [<hash> | <since>..[<until>] | ..<until>]
14 .SH "DESCRIPTION"
15 Send a series of commits via email asking for To, CC and other information interactively.
16 .SH "OPTIONS"
17 .TP
18 \-n
19 Don\(cqt send
20 .TP
21 \-s
22 Don\(cqt 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.
23 .TP
24 \-\-in\-reply\-to <msgid>
25 Set the In\-reply\-to header to the specified message id. This allows the patches to be sent as replies to an arbitrary message.
26 .TP
27 \-\-git
28 Generate a patch which uses all the features offered by the git diff format (e.g., rename and copy detection).
29 .TP
30 \-\-subject\-prefix <prefix>
31 Rather than using the standard [PATCH] prefix in the subject line, use [<prefix>] instead.
32 .TP
33 <hash>
34 Only the specified revision.
35 .TP
36 <since>..[<until>]
37 Revisions starting from \fI<since>\fR until \fI<until>\fR. The \fI<since>\fR revision it self is NOT included, while \fI<until>\fR is. If \fI<until>\fR is not specified, it is assumed to be HEAD.
38 .TP
39 ..<until>
40 All revisions until the \fI<until>\fR revision (inclusive).
41 .SH "AUTHOR"
42 Written by Josef "Jeff" Sipek <[1]\&\fIjeffpc@josefsipek.net\fR>
43 .SH "DOCUMENTATION"
44 Documentation by Brandon Philips <[2]\&\fIbrandon@ifup.org\fR>
45 .SH "GUILT"
46 Part of the \fBguilt\fR(7) suite (Generated for Guilt v0.36\-rc1)
47 .SH "REFERENCES"
48 .TP 3
49 1.\ jeffpc@josefsipek.net
50 \%mailto:jeffpc@josefsipek.net
51 .TP 3
52 2.\ brandon@ifup.org
53 \%mailto:brandon@ifup.org