Uses of Class
org.eclipse.jgit.errors.RevisionSyntaxException
-
Packages that use RevisionSyntaxException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of RevisionSyntaxException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw RevisionSyntaxException Modifier and Type Method Description private void
RebaseCommand. writeRewrittenHashes()
-
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(java.lang.String revstr)
Parse a git revision string and return an object id.
-