6 guilt-new - Create a new patch
10 include::usage-guilt-new.txt[]
14 Create a new patch and push it on top of the stack. An optional patch
15 description can be supplied either interactively on via the command line.
20 Force patch creation if there are unrefreshed changes. These changes
21 will get automatically imported into the new patch.
24 Add a Signed-off-by with your committer identifier string to the
28 Edit the patch message interactively. This option can be combined
29 with -s to easily sign off on the patch.
32 The "<message>" string will used as the commit message. This option
33 can be combined with -s to easily sign off on the patch.
36 Name of the patch to create. This must be a legal relative pathname
37 string. For example, "foo", "foo/bar", and "foo/bar/foobar" are all
43 Create a new patch called 'foobar':
47 Create a patch called 'foo' and supply a patch description interactively:
51 Create a patch called 'bar' with a provided patch description and sign off
54 $ guilt-new -s -m patch-fu bar
58 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
62 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>