diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2020-02-07 23:16:40 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-10 09:01:48 -0800 |
commit | eb31044ff793de9a8a093f567f5eb262ac196c24 (patch) | |
tree | bb466fa7428b59a818ddf636ef85218972790a4b /xdiff-interface.h | |
parent | Git 2.23.1 (diff) | |
download | tgif-eb31044ff793de9a8a093f567f5eb262ac196c24.tar.xz |
pack-format: correct multi-pack-index description
The description of the multi-pack-index contains a small bug,
if all offsets are < 2^32 then there will be no LOFF chunk,
not only if they're all < 2^31 (since the highest bit is only
needed as the "LOFF-escape" when that's actually needed.)
Correct this, and clarify that in that case only offsets up
to 2^31-1 can be stored in the OOFF chunk.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'xdiff-interface.h')
0 files changed, 0 insertions, 0 deletions