Teach "guilt graph" the "-x exclude-pattern" option.
[guilt.git] / Documentation / guilt-new.1
blob3eb586110cf63ff62afe7292275240729dec3cec
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\-NEW" "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\-new \- Create a new patch
12 .SH "SYNOPSIS"
13 \fIguilt\-new\fR [\-f] [\-s] [\-e|\-m message] <patchname>
14 .SH "DESCRIPTION"
15 Create a new patch and push it on top of the stack. An optional patch description can be supplied either interactively on via the command line.
16 .SH "OPTIONS"
17 .TP
18 \-f
19 Force patch creation if there are unrefreshed changes. These changes will get automatically imported into the new patch.
20 .TP
21 \-s
22 Add a Signed\-off\-by with your committer identifier string to the patch message.
23 .TP
24 \-e
25 Edit the patch message interactively. This option can be combined with \-s to easily sign off on the patch.
26 .TP
27 \-m <message>
28 The "<message>" string will used as the commit message. This option can be combined with \-s to easily sign off on the patch.
29 .TP
30 <patchname>
31 Name of the patch to create. This must be a legal relative pathname string. For example, "foo", "foo/bar", and "foo/bar/foobar" are all valid.
32 .SH "EXAMPLES"
33 Create a new patch called \fIfoobar\fR:
34 .sp
35 .nf
36 $ guilt\-new foobar
37 .fi
38 Create a patch called \fIfoo\fR and supply a patch description interactively:
39 .sp
40 .nf
41 $ guilt\-new \-e foo
42 .fi
43 Create a patch called \fIbar\fR with a provided patch description and sign off on the patch:
44 .sp
45 .nf
46 $ guilt\-new \-s \-m patch\-fu bar
47 .fi
48 .SH "AUTHOR"
49 Written by Josef "Jeff" Sipek <[1]\&\fIjeffpc@josefsipek.net\fR>
50 .SH "DOCUMENTATION"
51 Documentation by Josef "Jeff" Sipek <[1]\&\fIjeffpc@josefsipek.net\fR>
52 .SH "GUILT"
53 Part of the \fBguilt\fR(7) suite (Generated for Guilt v0.36\-rc1)
54 .SH "REFERENCES"
55 .TP 3
56 1.\ jeffpc@josefsipek.net
57 \%mailto:jeffpc@josefsipek.net