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.storage.pack | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method | Description |
---|---|---|
PackConfig |
DfsGarbageCollector.getPackConfig() |
Modifier and Type | Method | Description |
---|---|---|
DfsGarbageCollector |
DfsGarbageCollector.setPackConfig(PackConfig newConfig) |
Modifier and Type | Method | Description |
---|---|---|
void |
GC.setPackConfig(PackConfig pconfig) |
Set the PackConfig used when (re-)writing packfiles.
|
Modifier and Type | Method | Description |
---|---|---|
PackConfig |
PackWriter.State.getConfig() |
Constructor | Description |
---|---|
PackWriter(PackConfig config,
ObjectReader reader) |
Create writer with a specified configuration.
|
Constructor | Description |
---|---|
PackConfig(PackConfig cfg) |
Copy an existing configuration to a new instance.
|
Modifier and Type | Method | Description |
---|---|---|
PackConfig |
Daemon.getPackConfig() |
|
PackConfig |
Transport.getPackConfig() |
Get the configuration used by the pack generator to make packs.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BundleWriter.setPackConfig(PackConfig pc) |
Set the configuration used by the pack generator.
|
void |
Daemon.setPackConfig(PackConfig pc) |
Set the configuration used by the pack generator.
|
void |
Transport.setPackConfig(PackConfig pc) |
Set the configuration used by the pack generator.
|
void |
UploadPack.setPackConfig(PackConfig pc) |
Set the configuration used by the pack generator.
|
Copyright © 2018. All rights reserved.