Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
PackIndexWriterV1
Creates the version 1 (old style) pack table of contents files.
|
(package private) class |
PackIndexWriterV2
Creates the version 2 pack table of contents files.
|
Modifier and Type | Method and Description |
---|---|
static PackIndexWriter |
PackIndexWriter.createOldestPossible(java.io.OutputStream dst,
java.util.List<? extends PackedObjectInfo> objs)
Create a new writer for the oldest (most widely understood) format.
|
static PackIndexWriter |
PackIndexWriter.createVersion(java.io.OutputStream dst,
int version)
Create a new writer instance for a specific index format version.
|