]> source.dussan.org Git - jgit.git/commit
Configure core.bigFileThreshold into PackWriter 06/1106/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 9 Jul 2010 14:57:47 +0000 (07:57 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 10 Jul 2010 02:02:54 +0000 (19:02 -0700)
commit6730f9e3c830d997d1731bf36414e626bda42ad8
tree34037dafbf67c2beec200cfcb0cb190a16c8950c
parent823e9a972100ad197fcb40efb37e1ca33f4bdb01
Configure core.bigFileThreshold into PackWriter

C Git's fast-import uses this to determine the maximum file size
that it tries to delta compress, anything equal to or above this
setting is stored with as a whole object with simple deflate.

Define the configuration so we can use it later.

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