]> source.dussan.org Git - jgit.git/commit
Assume GC_REST and GC_TXN also attempted deltas during packing 88/90688/1
authorShawn Pearce <spearce@spearce.org>
Wed, 8 Feb 2017 23:34:00 +0000 (15:34 -0800)
committerShawn Pearce <spearce@spearce.org>
Wed, 8 Feb 2017 23:34:00 +0000 (15:34 -0800)
commit6450d956bca2374696f5ad8a566db76546ec6573
tree5db87115603b64d2f0dd7e6f29bae4aad8b4d242
parentd67b18353754f9d8fe2d0a41e7812068bbbca1dd
Assume GC_REST and GC_TXN also attempted deltas during packing

In a DFS repository the DfsGarbageCollector will typically attempt
delta compression while creating the three main pack files: GC,
GC_REST and GC_TXN. Include all of these in the wasDeltaAttempted()
decision so that future packers can bypass delta compression of
non-delta objects.

Change-Id: Ic2330c69fab0c494b920b4df0a290f3c2e1a03d7
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsObjectRepresentation.java