| Package | Description |
|---|---|
| org.eclipse.jgit.internal.fsck |
Git fsck support.
|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FsckPackParser.verifyIndex(PackIndex idx)
Verify the existing index file with all objects from the pack.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
DfsFsck.verifyPack(ProgressMonitor pm,
FsckError errors,
DfsReader ctx,
DfsPackFile pack,
ReadableChannel ch) |