Class | Description |
---|---|
AbstractFetchCommand | |
Add | |
AmazonS3Client | |
Archive | |
Blame | |
Branch | |
Checkout | |
Clean | |
Clone | |
CommandCatalog |
List of all commands known by jgit's command line tools.
|
CommandRef |
Description of a command (a
TextBuiltin
subclass). |
Commit | |
Config | |
ConvertRefStorage | |
Daemon | |
Describe | |
Diff | |
DiffTree | |
Fetch | |
Gc | |
Glog | |
IndexPack | |
Init | |
Log | |
LsFiles | |
LsRemote | |
LsTree | |
Main |
Command line entry point.
|
Main.SubcommandLineParser |
Parser for subcommands which doesn't stop parsing on help options and so
proceeds all specified options
|
Merge | |
MergeBase | |
Push | |
ReceivePack | |
Reflog | |
Remote | |
Repo | |
Reset | |
RevList | |
RevParse | |
RevWalkTextBuiltin | |
Rm | |
Show | |
ShowRef | |
Status |
Status command
|
Tag | |
TextBuiltin |
Abstract command which can be invoked from the command line.
|
UploadPack | |
Version |
Enum | Description |
---|---|
Daemon.KetchServerType |
Exception | Description |
---|---|
Die |
Indicates a
TextBuiltin implementation has
failed during execution. |
TextBuiltin.TerminatedByHelpException |
Exception thrown by
TextBuiltin if it proceeds 'help' option |
Annotation Type | Description |
---|---|
Command |
Annotation to document a
TextBuiltin . |