Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.junit | |
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.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsConfig
Config implementation used by DFS repositories.
|
Modifier and Type | Method and Description |
---|---|
StoredConfig |
DfsRepository.getConfig()
Get the configuration of this repository.
|
Modifier and Type | Class and Description |
---|---|
private static class |
MockSystemReader.MockConfig |
Modifier and Type | Method and Description |
---|---|
StoredConfig |
MockSystemReader.getSystemConfig() |
StoredConfig |
MockSystemReader.getUserConfig() |
Modifier and Type | Method and Description |
---|---|
abstract StoredConfig |
Repository.getConfig()
Get the configuration of this repository.
|
Modifier and Type | Method and Description |
---|---|
private StoredConfig |
Daemon.getUserConfig() |
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) |
Modifier and Type | Method and Description |
---|---|
StoredConfig |
SystemReader.getJGitConfig()
Get the jgit configuration located at $XDG_CONFIG_HOME/jgit/config.
|
StoredConfig |
SystemReader.getSystemConfig()
Get the gitconfig configuration found in the system-wide "etc" directory.
|
StoredConfig |
SystemReader.getUserConfig()
Get the git configuration found in the user home.
|