]> git.99rst.org Git - git.git/commit
midx docs: clarify tie breaking
authorPhillip Wood <redacted>
Thu, 22 May 2025 15:55:23 +0000 (16:55 +0100)
committerJunio C Hamano <redacted>
Thu, 22 May 2025 21:48:37 +0000 (14:48 -0700)
commit70b128c57635183761df8a52a56f43dc30468ded
tree4f19f358ab918874627af6b1e0479406253c5bc4
parent3aa98a61da6e1403081b4dfaa0c644614d228bac
midx docs: clarify tie breaking

Clarify what happens when an object exists in more than one pack, but
not in the preferred pack. "git multi-pack-index repack" relies on ties
for objects that are not in the preferred pack being resolved in favor
of the newest pack that contains a copy of the object. If ties were
resolved in favor of the oldest pack as the current documentation
suggests the multi-pack index would not reference any of the objects in
the pack created by "git multi-pack-index repack".

Helped-by: Taylor Blau <redacted>
Signed-off-by: Phillip Wood <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-multi-pack-index.adoc
git clone https://git.99rst.org/PROJECT