public class WorkingTreeOptions extends Object
WorkingTreeIterator
.Modifier and Type | Field and Description |
---|---|
static Config.SectionParser<WorkingTreeOptions> |
KEY
Key for
Config.get(SectionParser) . |
Modifier and Type | Method and Description |
---|---|
CoreConfig.AutoCRLF |
getAutoCRLF()
Get automatic CRLF conversion configuration.
|
CoreConfig.CheckStat |
getCheckStat()
Get how stat data is compared.
|
CoreConfig.EOL |
getEOL()
Get how text line endings should be normalized.
|
CoreConfig.HideDotFiles |
getHideDotFiles()
Get how we create '.'-files (on Windows)
|
CoreConfig.SymLinks |
getSymLinks()
Get how we handle symbolic links
|
boolean |
isDirNoGitLinks()
Whether or not we treat nested repos as directories.
|
boolean |
isFileMode()
Whether the execute bit on working files should be trusted.
|
public static final Config.SectionParser<WorkingTreeOptions> KEY
Config.get(SectionParser)
.public boolean isFileMode()
true
if the execute bit on working files should be
trusted.public CoreConfig.AutoCRLF getAutoCRLF()
public CoreConfig.EOL getEOL()
public CoreConfig.CheckStat getCheckStat()
public CoreConfig.SymLinks getSymLinks()
public CoreConfig.HideDotFiles getHideDotFiles()
public boolean isDirNoGitLinks()
Copyright © 2019 Eclipse JGit Project. All rights reserved.