]> arthur.barton.de Git - bup.git/commit
write_idx: make the 64-bit offset count uint32_t not int
authorRob Browning <rlb@defaultvalue.org>
Sun, 22 Nov 2020 18:27:27 +0000 (12:27 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 22 Nov 2020 21:09:48 +0000 (15:09 -0600)
commiteaaa76ded31665d05be2cd950554569dc9d3ec00
treebdee640d90fc3ebac7b7a7c30336f47a88028fe2
parent5d153a347a2732fc117c655f842f019c5e52877c
write_idx: make the 64-bit offset count uint32_t not int

It's a 31-bit offset into the 64-bit object offsets table.

https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/_helpers.c