]> git.99rst.org Git - git.git/commit
builtin/repack.c: avoid "the_repository" when taking a ref snapshot
authorTaylor Blau <redacted>
Wed, 15 Oct 2025 22:27:24 +0000 (18:27 -0400)
committerJunio C Hamano <redacted>
Thu, 16 Oct 2025 17:08:53 +0000 (10:08 -0700)
commit94d99de7724bce0325de8293fa1c2312d5960d7c
tree2090bf9d8bad0f98eb99aa1986fe07171b7e96cc
parentdf3a499bd6b951a9e23894793afec11f0850834a
builtin/repack.c: avoid "the_repository" when taking a ref snapshot

Avoid using "the_repository" in various MIDX-related ref snapshotting
functions.

Signed-off-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/repack.c
git clone https://git.99rst.org/PROJECT