diff options
author | Ivan Frade <ifrade@google.com> | 2021-12-14 16:35:54 -0800 |
---|---|---|
committer | Ivan Frade <ifrade@google.com> | 2023-07-14 10:51:18 -0700 |
commit | 760bdd09b1d186d4ca4f21b7f771882513521949 (patch) | |
tree | a60069bc837f4506ca6253d143dfde0a7eedd300 /org.eclipse.jgit.ssh.apache | |
parent | afb013b9837a385b658469f4595b65413e4d0dbf (diff) | |
download | jgit-760bdd09b1d186d4ca4f21b7f771882513521949.tar.gz jgit-760bdd09b1d186d4ca4f21b7f771882513521949.zip |
DfsPackParser: Create object indices if config says so
The DfsInserter writes the pack and its indices in the flush() method,
but when the writing happens via DfsPackParser, it is the parser which
writes the pack and indices. When combined with a parser, flushing the
inserter is a noop.
Add the writing of the object size index to the packparser#parse
method, mirroring how the primary index is written.
Change-Id: I52c5db153fea7e4a8ecd8b3d5de7ad21f7f81a60
Diffstat (limited to 'org.eclipse.jgit.ssh.apache')
0 files changed, 0 insertions, 0 deletions