]> git.ipfire.org Git - thirdparty/git.git/commit
packfile: refactor `install_packed_git()` to work on packfile store
authorPatrick Steinhardt <ps@pks.im>
Tue, 23 Sep 2025 10:17:09 +0000 (12:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Sep 2025 18:53:50 +0000 (11:53 -0700)
commitf6f236d926915411eca28cb1c47619fdacf6eafb
tree053d479d9dbd006595b6b4b91ffa71879adcc556
parent78237ea53d6546aeab7adb2c7547a1177311ccde
packfile: refactor `install_packed_git()` to work on packfile store

The `install_packed_git()` functions adds a packfile to a specific
object store. Refactor it to accept a packfile store instead of a
repository to clarify its scope.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-import.c
builtin/index-pack.c
http.c
http.h
midx.c
packfile.c
packfile.h