Enable configuration of non-standard pack settings
commit5f5da8b1d47db5a390ef409095c76d5290441620
authorShawn O. Pearce <spearce@spearce.org>
Wed, 28 Jul 2010 18:23:32 +0000 (28 11:23 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 28 Jul 2010 19:13:48 +0000 (28 12:13 -0700)
treebe186f88ec835b53c920ea15e417a3532a6492e1
parent9fbce904e6471b49668457caa4c0c2d4131a0fb5
Enable configuration of non-standard pack settings

For daemons we might want to disable delta compression entirely, or
in some strange case an administrator might need to turn of delta
reuse.  Expose these normally internal pack settings through the pack
configuration section.

Change-Id: I39bfefee8384c864cc04ffac724f197240c8a11a
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java