Uses of Class
pl.project13.core.jgit.DescribeCommand
-
Packages that use DescribeCommand Package Description pl.project13.core.jgit -
-
Uses of DescribeCommand in pl.project13.core.jgit
Methods in pl.project13.core.jgit that return DescribeCommand Modifier and Type Method Description DescribeCommandDescribeCommand. abbrev(Integer n)--abbrev=NDescribeCommandDescribeCommand. always(boolean always)--alwaysDescribeCommandDescribeCommand. apply(GitDescribeConfig config)Apply all configuration options passed in with `config`.DescribeCommandDescribeCommand. dirty(String dirtyMarker)--dirty[=mark]DescribeCommandDescribeCommand. forceLongFormat(Boolean forceLongFormat)--longDescribeCommandDescribeCommand. match(String pattern)--match glob-patternstatic DescribeCommandDescribeCommand. on(String evaluateOnCommit, org.eclipse.jgit.lib.Repository repo, LoggerBridge log)Creates a new describe command which interacts with a single repositoryDescribeCommandDescribeCommand. tags()Alias fortags(Boolean)with true valueDescribeCommandDescribeCommand. tags(Boolean includeLightweightTagsInSearch)--tags
-