Package | Description |
---|---|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.storage.pack | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private PackStatistics.Accumulator |
PackWriter.stats |
Constructor and Description |
---|
PackWriter(PackConfig config,
ObjectReader reader,
PackStatistics.Accumulator statsAccumulator)
Create writer with a specified configuration.
|
Modifier and Type | Field and Description |
---|---|
private PackStatistics.Accumulator |
PackStatistics.statistics |
Constructor and Description |
---|
PackStatistics(PackStatistics.Accumulator accumulator)
Creates a new
PackStatistics object
from the accumulator. |
Modifier and Type | Method and Description |
---|---|
private boolean |
UploadPack.negotiate(FetchRequest req,
PackStatistics.Accumulator accumulator) |
private void |
UploadPack.sendPack(boolean sideband,
FetchRequest req,
PackStatistics.Accumulator accumulator,
java.util.Collection<Ref> allTags,
java.util.List<ObjectId> unshallowCommits,
java.util.List<ObjectId> deepenNots)
Send the requested objects to the client.
|
private void |
UploadPack.sendPack(PackStatistics.Accumulator accumulator,
FetchRequest req,
java.util.Collection<Ref> allTags,
java.util.List<ObjectId> unshallowCommits,
java.util.List<ObjectId> deepenNots)
Send the requested objects to the client.
|