]> source.dussan.org Git - jgit.git/commit
DfsInserter: generate object size index if config says so 98/201198/19
authorIvan Frade <ifrade@google.com>
Wed, 12 Apr 2023 22:05:22 +0000 (15:05 -0700)
committerIvan Frade <ifrade@google.com>
Fri, 14 Jul 2023 17:34:46 +0000 (10:34 -0700)
commitcb99ff5bbb61a44e08de5c1d8ce01ffe2393344c
treed71cea38b30b578447529621e4b7747766fa3345
parent4d2a003b913edc6981f4f73354c0ad4f52716303
DfsInserter: generate object size index if config says so

DfsInserter receives objects and on flush() writes a pack and its
primary index.

Teach the DfsInserter to write also the object size index if the
config says so.

Change-Id: I89308312f8fd898d4c714a9b68ff948d3663800b
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/dfs/DfsInserterTest.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsInserter.java