public class CoreConfig extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
CoreConfig.AutoCRLF |
Permissible values for
core.autocrlf . |
static class |
CoreConfig.CheckStat |
Permissible values for
core.checkstat |
static class |
CoreConfig.HideDotFiles |
Options for hiding files whose names start with a period
|
static class |
CoreConfig.SymLinks |
Options for symlink handling
|
Modifier and Type | Field | Description |
---|---|---|
static Config.SectionParser<CoreConfig> |
KEY |
Key for
Config.get(SectionParser) . |
Modifier and Type | Method | Description |
---|---|---|
String |
getAttributesFile() |
|
int |
getCompression() |
|
String |
getExcludesFile() |
|
int |
getPackIndexVersion() |
|
boolean |
isLogAllRefUpdates() |
public static final Config.SectionParser<CoreConfig> KEY
Config.get(SectionParser)
.public int getCompression()
public int getPackIndexVersion()
public boolean isLogAllRefUpdates()
public String getExcludesFile()
public String getAttributesFile()
Copyright © 2018. All rights reserved.