Uses of Class
org.eclipse.jgit.lib.AbbrevConfig
Packages that use AbbrevConfig
-
Uses of AbbrevConfig in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as AbbrevConfigMethods in org.eclipse.jgit.lib that return AbbrevConfigModifier and TypeMethodDescriptionprivate static AbbrevConfig
AbbrevConfig.auto
(Repository repo) An appropriate value is computed based on the approximate number of packed objects in a repository, which hopefully is enough for abbreviated object names to stay unique for some time.static AbbrevConfig
AbbrevConfig.parseFromConfig
(Repository repo) Parse string value of core.abbrev git option for a given repository