Exemplo n.º 1
0
 private WorkingTreeOptions(Config rc)
 {
     fileMode = rc.GetBoolean(ConfigConstants.CONFIG_CORE_SECTION, ConfigConstants.CONFIG_KEY_FILEMODE
                              , true);
     autoCRLF = rc.GetEnum(ConfigConstants.CONFIG_CORE_SECTION, null, ConfigConstants.
                           CONFIG_KEY_AUTOCRLF, CoreConfig.AutoCRLF.FALSE);
 }
Exemplo n.º 2
0
 private WorkingTreeOptions(Config rc)
 {
     fileMode = rc.GetBoolean("core", "filemode", true);
     autoCRLF = rc.GetEnum("core", null, "autocrlf", CoreConfig.AutoCRLF.FALSE);
 }