Uses of Class
org.eclipse.jgit.api.DescribeCommand
Packages that use DescribeCommand
-
Uses of DescribeCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return DescribeCommandModifier and TypeMethodDescriptionGit.describe()
Return a command object to come up with a short name that describes a commit in terms of the nearest git tag.DescribeCommand.setAbbrev
(int abbrev) Sets the prefix length to use when abbreviating an object SHA-1.DescribeCommand.setAll
(boolean all) Instead of using only the annotated tags, use any ref found in refs/ namespace.DescribeCommand.setAlways
(boolean always) Always describe the commit by eventually falling back to a uniquely abbreviated commit hash if no other name matches.DescribeCommand.setLong
(boolean longDesc) Determine whether always to use the long format or not.Sets one or moreglob(7)
patterns that tags must match to be considered.DescribeCommand.setTags
(boolean tags) Instead of using only the annotated tags, use any tag found in refs/tags namespace.Sets the commit to be described.Sets the commit to be described.