Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.junit | |
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
private FileBasedConfig |
FileRepository.repoConfig |
private FileBasedConfig |
FileRepository.systemConfig |
private FileBasedConfig |
FileRepository.userConfig |
Modifier and Type | Method and Description |
---|---|
FileBasedConfig |
FileRepository.getConfig()
Get the configuration of this repository.
|
Modifier and Type | Class and Description |
---|---|
private static class |
MockSystemReader.MockConfig |
Modifier and Type | Field and Description |
---|---|
(package private) FileBasedConfig |
MockSystemReader.systemGitConfig |
(package private) FileBasedConfig |
MockSystemReader.userGitConfig |
Modifier and Type | Method and Description |
---|---|
FileBasedConfig |
MockSystemReader.openSystemConfig(Config parent,
FS fs)
Open the gitconfig configuration found in the system-wide "etc" directory
|
FileBasedConfig |
MockSystemReader.openUserConfig(Config parent,
FS fs)
Open the git configuration found in the user home
|
Modifier and Type | Method and Description |
---|---|
abstract FileBasedConfig |
SystemReader.openSystemConfig(Config parent,
FS fs)
Open the gitconfig configuration found in the system-wide "etc" directory
|
FileBasedConfig |
SystemReader.Default.openSystemConfig(Config parent,
FS fs) |
abstract FileBasedConfig |
SystemReader.openUserConfig(Config parent,
FS fs)
Open the git configuration found in the user home
|
FileBasedConfig |
SystemReader.Default.openUserConfig(Config parent,
FS fs) |
Modifier and Type | Method and Description |
---|---|
private FS_POSIX.AtomicFileCreation |
FS_POSIX.getAtomicFileCreationSupportOption(FileBasedConfig config) |