Uses of Interface
org.eclipse.jgit.lib.Config.ConfigEnum
Packages that use Config.ConfigEnum
Package
Description
High-level API commands (the porcelain of JGit).
Reading and editing the directory cache (index).
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of Config.ConfigEnum in org.eclipse.jgit.api
Classes in org.eclipse.jgit.api that implement Config.ConfigEnumModifier and TypeClassDescriptionstatic enumThe modes available for fast forward merges corresponding to the--ff,--no-ffand--ff-onlyoptions underbranch.<name>.mergeoptions. -
Uses of Config.ConfigEnum in org.eclipse.jgit.dircache
Classes in org.eclipse.jgit.dircache that implement Config.ConfigEnum -
Uses of Config.ConfigEnum in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib that implement Config.ConfigEnumModifier and TypeClassDescriptionstatic enumConfig values for branch.[name].rebase (and pull.rebase).static enumHow to clean up commit messages when committing.static enumConfig values for gpg.format.static enumConfig values for submodule.[name].fetchRecurseSubmodules. -
Uses of Config.ConfigEnum in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement Config.ConfigEnumModifier and TypeClassDescriptionstatic enumConfig values for http.followRedirect.static enumGit config values forpush.default.static enumGit config values forpush.recurseSubmodules.