示例#1
0
 private CoreConfig(Config rc)
 {
     compression      = rc.getInt("core", "compression", Deflater.DEFAULT_COMPRESSION);
     packIndexVersion = rc.getInt("pack", "indexversion", 2);
     logAllRefUpdates = rc.getBoolean("core", "logallrefupdates", true);
     excludesFile     = rc.getString("core", null, "excludesfile");
 }