Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
static class |
MergeCommand.FastForwardMode
The modes available for fast forward merges corresponding to the
--ff , --no-ff and --ff-only
options under branch.<name>.mergeoptions . |
Modifier and Type | Class and Description |
---|---|
static class |
BranchConfig.BranchRebaseMode
Config values for branch.[name].rebase (and pull.rebase).
|
static class |
GpgConfig.GpgFormat
Config values for gpg.format.
|
static class |
SubmoduleConfig.FetchRecurseSubmodulesMode
Config values for submodule.[name].fetchRecurseSubmodules.
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpConfig.HttpRedirectMode
Config values for http.followRedirect.
|
static class |
PushConfig.PushRecurseSubmodulesMode
Config values for push.recurseSubmodules.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.