Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
VERSION |
"https://git-lfs.github.com/spec/v1" |
public static final String |
VERSION_LEGACY |
"https://hawser.github.com/spec/v1" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTENT_TYPE_GIT_LFS_JSON |
"application/vnd.git-lfs+json" |
public static final String |
DOWNLOAD |
"download" |
public static final String |
HDR_APPLICATION_OCTET_STREAM |
"application/octet-stream" |
public static final String |
LFS |
"lfs" |
public static final String |
LONG_HASH_FUNCTION |
"SHA-256" |
public static final int |
LONG_OBJECT_ID_LENGTH |
32 |
public static final int |
LONG_OBJECT_ID_STRING_LENGTH |
64 |
public static final String |
UPLOAD |
"upload" |
public static final String |
VERIFY |
"verify" |
Copyright © 2017 Eclipse JGit Project. All rights reserved.