1GUILT-NEW(1) Guilt Manual GUILT-NEW(1)
2
3
4
6 guilt-new - Create a new patch
7
9 guilt-new [-f] [-s] [-e|-m message] <patchname>
10
12 Create a new patch and push it on top of the stack. An optional patch
13 description can be supplied either interactively on via the command
14 line.
15
17 -f
18 Force patch creation if there are unrefreshed changes. These
19 changes will get automatically imported into the new patch.
20
21 -s
22 Add a Signed-off-by with your committer identifier string to the
23 patch message.
24
25 -e
26 Edit the patch message interactively. This option can be combined
27 with -s to easily sign off on the patch.
28
29 -m <message>
30 The "<message>" string will used as the commit message. This option
31 can be combined with -s to easily sign off on the patch.
32
33 <patchname>
34 Name of the patch to create. This must be a legal relative pathname
35 string. For example, "foo", "foo/bar", and "foo/bar/foobar" are all
36 valid.
37
39 Create a new patch called foobar:
40
41
42 $ guilt-new foobar
43
44 Create a patch called foo and supply a patch description interactively:
45
46
47 $ guilt-new -e foo
48
49 Create a patch called bar with a provided patch description and sign
50 off on the patch:
51
52
53 $ guilt-new -s -m patch-fu bar
54
56 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
57
59 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
60
62 Part of the linkguilt:guilt[7] suite (Generated for Guilt v0.33)
63
65 1. jeffpc@josefsipek.net
66 mailto:jeffpc@josefsipek.net
67
68
69
70Guilt v0.33 04/16/2010 GUILT-NEW(1)