public final class FooterKey extends Object
FooterLine
.Modifier and Type | Field and Description |
---|---|
static FooterKey |
ACKED_BY
Standard
Acked-by |
static FooterKey |
CC
Standard
CC |
static FooterKey |
SIGNED_OFF_BY
Standard
Signed-off-by |
public static final FooterKey SIGNED_OFF_BY
Signed-off-by
public static final FooterKey ACKED_BY
Acked-by
public static final FooterKey CC
CC
public FooterKey(String keyName)
keyName
- name of the footer line.Copyright © 2017 Eclipse JGit Project. All rights reserved.