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