Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Method | Description |
---|---|---|
DfsPackCompactor |
DfsPackCompactor.add(DfsPackFile pack) |
Add a pack to be compacted.
|
DfsPackCompactor |
DfsPackCompactor.autoAdd() |
Automatically select packs to be included, and add them.
|
DfsPackCompactor |
DfsPackCompactor.exclude(DfsPackFile pack) |
Exclude objects from the compacted pack.
|
DfsPackCompactor |
DfsPackCompactor.exclude(PackWriter.ObjectIdSet set) |
Exclude objects from the compacted pack.
|
Copyright © 2018. All rights reserved.