Package | Description |
---|---|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
Modifier and Type | Method and Description |
---|---|
static MergeConfig |
MergeConfig.getConfigForCurrentBranch(Repository repo)
Get merge configuration for the current branch of the repository
|
Modifier and Type | Method and Description |
---|---|
static Config.SectionParser<MergeConfig> |
MergeConfig.getParser(String branch)
Get a parser for use with
Config.get(SectionParser) |
Copyright © 2018 Eclipse JGit Project. All rights reserved.