Uses of Interface
org.eclipse.jgit.lib.Config.ConfigEnum
-
Packages that use Config.ConfigEnum Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of Config.ConfigEnum in org.eclipse.jgit.api
Classes in org.eclipse.jgit.api that implement Config.ConfigEnum Modifier and Type Class Description static class
MergeCommand.FastForwardMode
The modes available for fast forward merges corresponding to the--ff
,--no-ff
and--ff-only
options underbranch.<name>.mergeoptions
.
-