| Class | Description |
|---|---|
| AbstractFetchCommand | |
| Add | |
| AmazonS3Client | |
| Archive | |
| Blame | |
| Branch | |
| Checkout | |
| Clean | |
| CLIGitCommand | |
| CLIGitCommand.Result | |
| Clone | |
| CommandCatalog |
List of all commands known by jgit's command line tools.
|
| CommandRef |
Description of a command (a
TextBuiltin
subclass). |
| Commit | |
| Config | |
| Daemon | |
| Describe | |
| Diff | |
| DiffTree | |
| Fetch | |
| Gc | |
| Glog | |
| IndexPack | |
| Init | |
| Log | |
| 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. |