| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| org.eclipse.jgit.junit | |
| org.eclipse.jgit.lfs | |
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| org.eclipse.jgit.pgm | |
| org.eclipse.jgit.storage.file | |
| org.eclipse.jgit.submodule |
Git submodule support.
|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DfsConfig |
| Modifier and Type | Method and Description |
|---|---|
StoredConfig |
DfsRepository.getConfig()
Get the configuration of this repository.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
MockSystemReader.MockConfig |
| Modifier and Type | Method and Description |
|---|---|
private StoredConfig |
InstallBuiltinLfsCommand.loadUserConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract StoredConfig |
Repository.getConfig()
Get the configuration of this repository.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
Config.list(StoredConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileBasedConfig
The configuration file that is stored in the file of the file system.
|
| Modifier and Type | Field and Description |
|---|---|
private StoredConfig |
SubmoduleWalk.repoConfig |
| Modifier and Type | Method and Description |
|---|---|
private void |
TransportHttp.updateSslVerify(StoredConfig config,
boolean value) |