]> source.dussan.org Git - jgit.git/commit
Add more configuration options to PackWriter 04/1104/1
authorShawn O. Pearce <spearce@spearce.org>
Sat, 10 Jul 2010 02:00:46 +0000 (19:00 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 10 Jul 2010 02:00:46 +0000 (19:00 -0700)
commit616bc74cf7f888b3bf9c091e13c954ea45b8d68c
tree21600a092248fa709b588926267f0be6286a92e8
parent2f93a09dd10696b6388a0fcb4099341ccef05169
Add more configuration options to PackWriter

We now at least import other pack settings like pack.window, which
means we can later use these to control how we search for deltas.

The compression level was fixed to use pack.compression rather than
the loose object core.compression setting.

Change-Id: I72ff6d481c936153ceb6a9e485fa731faf075a9a
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackWriter.java