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 and Description |
---|---|
DfsPackCompactor |
DfsPackCompactor.exclude(PackWriter.ObjectIdSet set)
Exclude objects from the compacted pack.
|
Modifier and Type | Method and Description |
---|---|
void |
PackWriter.excludeObjects(PackWriter.ObjectIdSet idx)
Add a pack index whose contents should be excluded from the result.
|
Copyright © 2014. All rights reserved.