table of contents
STG-NEW(1) | StGit Manual | STG-NEW(1) |
NAME¶
stg-new - Create a new, empty patch
SYNOPSIS¶
stg new [options] [--] [<name>]
DESCRIPTION¶
Create a new, empty patch on the current stack. The new patch is created on top of the currently applied patches, and is made the new top of the stack. Uncommitted changes in the work tree are not included in the patch — that is handled by stg-refresh(1).
The given name must be unique in the stack, and may only contain alphanumeric characters, dashes and underscores. If no name is given, one is generated from the first line of the patch’s commit message.
An editor will be launched to edit the commit message to be used for the patch, unless the --message flag already specified one. The patchdescr.tmpl template file (if available) is used to pre-fill the editor.
OPTIONS¶
--author "NAME <EMAIL>"
--authname NAME
--authemail EMAIL
--authdate DATE
-m MESSAGE, --message MESSAGE
-f FILE, --file FILE
--save-template FILE
When driving StGit from another program, it is often useful to first call a command with --save-template, then let the user edit the message, and then call the same command with --file.
--sign
--ack
--review
--no-verify
STGIT¶
Part of the StGit suite - see stg(1)
09/02/2017 | StGit |