Uses of Class
org.eclipse.jgit.api.errors.InvalidConfigurationException
Packages that use InvalidConfigurationException
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of InvalidConfigurationException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionPullCommand.call()
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.private void
FetchCommand.fetchSubmodules
(FetchResult results) -
Uses of InvalidConfigurationException in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that throw InvalidConfigurationException -
Uses of InvalidConfigurationException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionstatic AbbrevConfig
AbbrevConfig.parseFromConfig
(Repository repo) Parse string value of core.abbrev git option for a given repository