Package | Description |
---|---|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Field | Description |
---|---|---|
static FooterKey |
FooterKey.ACKED_BY |
Standard
Acked-by |
static FooterKey |
FooterKey.CC |
Standard
CC |
static FooterKey |
FooterKey.SIGNED_OFF_BY |
Standard
Signed-off-by |
Modifier and Type | Method | Description |
---|---|---|
List<String> |
RevCommit.getFooterLines(FooterKey keyName) |
Get the values of all footer lines with the given key.
|
boolean |
FooterLine.matches(FooterKey key) |
Copyright © 2018. All rights reserved.