Package | Description |
---|---|
org.netbeans.libs.git |
Modifier and Type | Method and Description |
---|---|
GitRepository.FastForwardOption |
GitRepository.getDefaultFastForwardOption()
Parses the repository configuration file and returns the default fast-forward merge
option set for the repository and its current branch.
|
static GitRepository.FastForwardOption |
GitRepository.FastForwardOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitRepository.FastForwardOption[] |
GitRepository.FastForwardOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GitMergeResult |
GitClient.merge(String revision,
GitRepository.FastForwardOption fastForward,
ProgressMonitor monitor)
Merges a given revision with the current head.
|