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 |
---|---|
void |
DfsReader.copyObjectAsIs(PackOutputStream out,
ObjectToPack otp,
boolean validate)
Output a previously selected representation.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectReuseAsIs.copyObjectAsIs(PackOutputStream out,
ObjectToPack otp,
boolean validate)
Output a previously selected representation.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.