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