]> git.99rst.org Git - git.git/commit
repack: refactor finding pack prefix
authorChristian Couder <redacted>
Mon, 2 Oct 2023 16:54:59 +0000 (18:54 +0200)
committerJunio C Hamano <redacted>
Mon, 2 Oct 2023 21:54:30 +0000 (14:54 -0700)
commitbe315e9a3fe070af60821f01c2bc508457d2c1b2
treefba1527b503ab7f1766620e86333f9b1b680ec64
parentff8504e4ec5628edddb67f989256b7f2aea6c45d
repack: refactor finding pack prefix

Create a new find_pack_prefix() to refactor code that handles finding
the pack prefix from the packtmp and packdir global variables, as we are
going to need this feature again in following commit.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org
Signed-off-by: Junio C Hamano <redacted>
builtin/repack.c
git clone https://git.99rst.org/PROJECT