Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.pgm.debug |
Modifier and Type | Method and Description |
---|---|
(package private) void |
DfsPackFile.copyAsIs(PackOutputStream out,
DfsObjectToPack src,
boolean validate,
DfsReader ctx) |
void |
DfsReader.copyObjectAsIs(PackOutputStream out,
ObjectToPack otp,
boolean validate)
Output a previously selected representation.
|
Modifier and Type | Method and Description |
---|---|
private void |
PackFile.beginCopyAsIs(ObjectToPack otp) |
(package private) void |
PackFile.copyAsIs(PackOutputStream out,
LocalObjectToPack src,
boolean validate,
WindowCursor curs) |
private void |
PackFile.copyAsIs2(PackOutputStream out,
LocalObjectToPack src,
boolean validate,
WindowCursor curs) |
void |
WindowCursor.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.
|
Modifier and Type | Method and Description |
---|---|
private static byte[] |
ShowPackDelta.getDelta(ObjectReader reader,
RevObject obj) |