Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Method and Description |
---|---|
static PackIndexWriter |
PackIndexWriter.createOldestPossible(OutputStream dst,
List<? extends PackedObjectInfo> objs)
Create a new writer for the oldest (most widely understood) format.
|
static PackIndexWriter |
PackIndexWriter.createVersion(OutputStream dst,
int version)
Create a new writer instance for a specific index format version.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.