Project.pm: set transfer.fsckObjects=true on new projects
commit157fe2246f1aa5d00902bb8ce118772a02ae21ab
authorKyle J. McKay <mackyle@gmail.com>
Sat, 2 Apr 2016 18:26:57 +0000 (2 11:26 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 2 Apr 2016 18:26:57 +0000 (2 11:26 -0700)
tree11fb335e4c44df9b3107330ad639008d2aa0caf4
parent8d6b574f344ee223f1f8ee260941edea1a33627f
Project.pm: set transfer.fsckObjects=true on new projects

Enabling this option does incur a small performance penalty in
terms of speed, but does not seem to require any more memory than
is normally required for a receive/fetch operation.

The benefit of having this on far outweighs the slight increase
in fetch/receive time.

Also, while mucking about with the project init stuff, slightly
alter the order config variables are set to rearrange the sections.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm