Uses of Class
org.eclipse.jgit.api.DescribeCommand
-
Packages that use DescribeCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of DescribeCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return DescribeCommand Modifier and Type Method Description DescribeCommandGit. describe()Returns a command object to come up with a short name that describes a commit in terms of the nearest git tag.DescribeCommandDescribeCommand. setTarget(String rev)Sets the commit to be described.DescribeCommandDescribeCommand. setTarget(ObjectId target)Sets the commit to be described.
-