Package | Description |
---|---|
org.eclipse.jgit.lfs | |
org.eclipse.jgit.lfs.internal | |
org.eclipse.jgit.lfs.lib |
Modifier and Type | Method and Description |
---|---|
private static LfsPointer |
LfsPrePushHook.loadLfsPointer(ObjectReader r,
AnyObjectId obj) |
static LfsPointer |
LfsPointer.parseLfsPointer(java.io.InputStream in)
Try to parse the data provided by an InputStream to the format defined by
VERSION |
Modifier and Type | Method and Description |
---|---|
private java.util.Set<LfsPointer> |
LfsPrePushHook.findObjectsToPush() |
private java.util.Map<java.lang.String,LfsPointer> |
LfsPrePushHook.requestBatchUpload(HttpConnection api,
java.util.Set<LfsPointer> toPush) |
Modifier and Type | Method and Description |
---|---|
int |
LfsPointer.compareTo(LfsPointer o) |
static java.util.Collection<java.nio.file.Path> |
SmudgeFilter.downloadLfsResource(Lfs lfs,
Repository db,
LfsPointer... res)
Download content which is hosted on a LFS server
|
Modifier and Type | Method and Description |
---|---|
private static void |
LfsPrePushHook.findLfsPointers(java.util.Set<LfsPointer> toPush,
ObjectWalk walk) |
private java.util.Map<java.lang.String,LfsPointer> |
LfsPrePushHook.requestBatchUpload(HttpConnection api,
java.util.Set<LfsPointer> toPush) |
private void |
LfsPrePushHook.uploadContents(HttpConnection api,
java.util.Map<java.lang.String,LfsPointer> oid2ptr) |
Modifier and Type | Method and Description |
---|---|
static Protocol.Request |
LfsConnectionFactory.toRequest(java.lang.String operation,
LfsPointer... resources) |
Modifier and Type | Field and Description |
---|---|
private LfsPointer |
LfsPointerFilter.pointer |
Modifier and Type | Method and Description |
---|---|
LfsPointer |
LfsPointerFilter.getPointer()
Get the field
pointer . |