| Package | Description |
|---|---|
| pl.project13.core.jgit |
| Modifier and Type | Method | Description |
|---|---|---|
DescribeCommand |
DescribeCommand.abbrev(java.lang.Integer n) |
--abbrev=N
|
DescribeCommand |
DescribeCommand.always(boolean always) |
--always
|
DescribeCommand |
DescribeCommand.apply(GitDescribeConfig config) |
Apply all configuration options passed in with `config`.
|
DescribeCommand |
DescribeCommand.dirty(java.lang.String dirtyMarker) |
--dirty[=mark]
|
DescribeCommand |
DescribeCommand.forceLongFormat(java.lang.Boolean forceLongFormat) |
--long
|
DescribeCommand |
DescribeCommand.match(java.lang.String pattern) |
--match glob-pattern
|
static DescribeCommand |
DescribeCommand.on(java.lang.String evaluateOnCommit,
org.eclipse.jgit.lib.Repository repo,
LoggerBridge log) |
Creates a new describe command which interacts with a single repository
|
DescribeCommand |
DescribeCommand.tags() |
Alias for
tags(Boolean) with true value |
DescribeCommand |
DescribeCommand.tags(java.lang.Boolean includeLightweightTagsInSearch) |
--tags
|
Copyright © 2020. All Rights Reserved.