Uses of Class
org.eclipse.jgit.lib.AbbrevConfig
-
Packages that use AbbrevConfig Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of AbbrevConfig in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as AbbrevConfig Modifier and Type Field Description static AbbrevConfig
AbbrevConfig. NO
No abbreviationMethods in org.eclipse.jgit.lib that return AbbrevConfig Modifier and Type Method Description private 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
-