Uses of Class
org.eclipse.jgit.merge.MergeConfig
-
Packages that use MergeConfig Package Description org.eclipse.jgit.merge Content and commit history merge algorithms. -
-
Uses of MergeConfig in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that return MergeConfig Modifier and Type Method Description static MergeConfigMergeConfig. getConfigForCurrentBranch(Repository repo)Get merge configuration for the current branch of the repositoryMergeConfigMergeConfig.MergeConfigSectionParser. parse(Config cfg)Methods in org.eclipse.jgit.merge that return types with arguments of type MergeConfig Modifier and Type Method Description static Config.SectionParser<MergeConfig>MergeConfig. getParser(java.lang.String branch)Get a parser for use withConfig.get(SectionParser)
-