[PATCH] Documentation/Makefile: Run xmlto with --skip-validation
[guilt.git] / Documentation / guilt-patchbomb.1
blob7f45da3264f13dfe632a26912b2945160218f00c
1 '\" t
2 .\"     Title: guilt-patchbomb
3 .\"    Author: [see the "Author" section]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 07/17/2011
6 .\"    Manual: Guilt Manual
7 .\"    Source: Guilt v0.35
8 .\"  Language: English
9 .\"
10 .TH "GUILT\-PATCHBOMB" "1" "07/17/2011" "Guilt v0\&.35" "Guilt Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 guilt-patchbomb \- Email a series of commits interactively
32 .SH "SYNOPSIS"
33 \fIguilt\-patchbomb\fR [\-n] [\-s] [\-\-in\-reply\-to <msgid>] [\-\-git] [\-\-subject\-prefix <prefix>] [<hash> | <since>\&.\&.[<until>] | \&.\&.<until>]
34 .SH "DESCRIPTION"
35 Send a series of commits via email asking for To, CC and other information interactively\&.
36 .SH "OPTIONS"
37 .PP
38 \-n
39 .RS 4
40 Don\(cqt send
41 .RE
42 .PP
43 \-s
44 .RS 4
45 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\&.
46 .RE
47 .PP
48 \-\-in\-reply\-to <msgid>
49 .RS 4
50 Set the In\-reply\-to header to the specified message id\&. This allows the patches to be sent as replies to an arbitrary message\&.
51 .RE
52 .PP
53 \-\-git
54 .RS 4
55 Generate a patch which uses all the features offered by the git diff format (e\&.g\&., rename and copy detection)\&.
56 .RE
57 .PP
58 \-\-subject\-prefix <prefix>
59 .RS 4
60 Rather than using the standard [PATCH] prefix in the subject line, use [<prefix>] instead\&.
61 .RE
62 .PP
63 <hash>
64 .RS 4
65 Only the specified revision\&.
66 .RE
67 .PP
68 <since>\&.\&.[<until>]
69 .RS 4
70 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\&.
71 .RE
72 .PP
73 \&.\&.<until>
74 .RS 4
75 All revisions until the \fI<until>\fR revision (inclusive)\&.
76 .RE
77 .SH "AUTHOR"
78 Written by Josef "Jeff" Sipek <\m[blue]\fBjeffpc@josefsipek\&.net\fR\m[]\&\s-2\u[1]\d\s+2>
79 .SH "DOCUMENTATION"
80 Documentation by Brandon Philips <\m[blue]\fBbrandon@ifup\&.org\fR\m[]\&\s-2\u[2]\d\s+2>
81 .SH "GUILT"
82 Part of the \fBguilt\fR(7) suite (Generated for Guilt v0\&.35)
83 .SH "NOTES"
84 .IP " 1." 4
85 jeffpc@josefsipek.net
86 .RS 4
87 \%mailto:jeffpc@josefsipek.net
88 .RE
89 .IP " 2." 4
90 brandon@ifup.org
91 .RS 4
92 \%mailto:brandon@ifup.org
93 .RE