Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method | Description |
---|---|---|
DescribeCommand |
Git.describe() |
Returns a command object to come up with a short name that describes a
commit in terms of the nearest git tag.
|
DescribeCommand |
DescribeCommand.setTarget(String rev) |
Sets the commit to be described.
|
DescribeCommand |
DescribeCommand.setTarget(ObjectId target) |
Sets the commit to be described.
|
Copyright © 2018. All rights reserved.