class Commit extends TextBuiltin
TextBuiltin.TerminatedByHelpException
Modifier and Type | Field and Description |
---|---|
private boolean |
all |
private boolean |
amend |
private java.lang.String |
author |
private java.lang.String |
gpgSigningKey |
private java.lang.String |
message |
private boolean |
noGpgSign |
private boolean |
only |
private java.util.List<java.lang.String> |
paths |
Constructor and Description |
---|
Commit() |
Modifier and Type | Method and Description |
---|---|
protected void |
run()
Perform the actions of this command.
|
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
private java.lang.String author
private java.lang.String message
private boolean only
private boolean all
private boolean amend
private java.lang.String gpgSigningKey
private boolean noGpgSign
private java.util.List<java.lang.String> paths
protected void run()
This method should only be invoked by TextBuiltin.execute(String[])
.
run
in class TextBuiltin