| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DfsReader.selectObjectRepresentation(PackWriter packer,
ProgressMonitor monitor,
Iterable<ObjectToPack> objects) |
| Modifier and Type | Method | Description |
|---|---|---|
static Iterable<PackWriter> |
PackWriter.getInstances() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ObjectReuseAsIs.selectObjectRepresentation(PackWriter packer,
ProgressMonitor monitor,
Iterable<ObjectToPack> objects) |
Select the best object representation for a packer.
|
| Constructor | Description |
|---|---|
PackOutputStream(ProgressMonitor writeMonitor,
OutputStream out,
PackWriter pw) |
Initialize a pack output stream.
|
Copyright © 2018. All rights reserved.