table of contents
| GUILT-NEW(1) | Guilt Manual | GUILT-NEW(1) |
NAME¶
guilt-new - Create a new patchSYNOPSIS¶
guilt-new [-f] [-s] [-e|-m message] <patchname>DESCRIPTION¶
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.OPTIONS¶
-fForce patch creation if there are unrefreshed
changes. These changes will get automatically imported into the new
patch.
-s
Add a Signed-off-by with your committer
identifier string to the patch message.
-e
Edit the patch message interactively. This
option can be combined with -s to easily sign off on the patch.
-m <message>
The "<message>" string will
used as the commit message. This option can be combined with -s to easily sign
off on the patch.
<patchname>
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.
EXAMPLES¶
Create a new patch called foobar:$ guilt-new foobar
$ guilt-new -e foo
$ guilt-new -s -m patch-fu bar
AUTHOR¶
Written by Josef "Jeff" Sipek < jeffpc@josefsipek.net[1]>DOCUMENTATION¶
Documentation by Josef "Jeff" Sipek < jeffpc@josefsipek.net[1]>GUILT¶
Part of the guilt(7) suite (Generated for Guilt v0.35)NOTES¶
- 1.
- jeffpc@josefsipek.net
mailto:jeffpc@josefsipek.net
| 01/20/2013 | Guilt v0.35 |