Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Field and Description |
---|---|
static FooterKey |
KetchConstants.TERM
Footer containing the current term.
|
Modifier and Type | Field and 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 and Description |
---|---|
List<String> |
RevCommit.getFooterLines(FooterKey keyName)
Get the values of all footer lines with the given key.
|
boolean |
FooterLine.matches(FooterKey key)
Whether keys match
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.