Uses of Class
org.eclipse.jgit.errors.RevisionSyntaxException
-
Packages that use RevisionSyntaxException Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of RevisionSyntaxException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw RevisionSyntaxException Modifier and Type Method Description ObjectId
Repository. resolve(String revstr)
Parse a git revision string and return an object id.
-