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(java.lang.Integer n)--abbrev=NDescribeCommandDescribeCommand. always(boolean always)--alwaysDescribeCommandDescribeCommand. apply(GitDescribeConfig config)Apply all configuration options passed in with `config`.DescribeCommandDescribeCommand. dirty(java.lang.String dirtyMarker)--dirty[=mark]DescribeCommandDescribeCommand. forceLongFormat(java.lang.Boolean forceLongFormat)--longDescribeCommandDescribeCommand. match(java.lang.String pattern)--match glob-patternstatic DescribeCommandDescribeCommand. on(java.lang.String evaluateOnCommit, org.eclipse.jgit.lib.Repository repo, LogInterface log)Creates a new describe command which interacts with a single repositoryDescribeCommandDescribeCommand. tags()Alias fortags(Boolean)with true valueDescribeCommandDescribeCommand. tags(java.lang.Boolean includeLightweightTagsInSearch)--tags
-