Package | Description |
---|---|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Method | Description |
---|---|---|
RevTag |
RevWalk.lookupTag(AnyObjectId id) |
Locate a reference to a tag without loading it.
|
static RevTag |
RevTag.parse(byte[] raw) |
Parse an annotated tag from its canonical format.
|
static RevTag |
RevTag.parse(RevWalk rw,
byte[] raw) |
Parse an annotated tag from its canonical format.
|
RevTag |
RevWalk.parseTag(AnyObjectId id) |
Locate a reference to an annotated tag and immediately parse its content.
|
Copyright © 2018. All rights reserved.