]> git.ipfire.org Git - thirdparty/git.git/commit
object-store: drop `repo_has_object_file()`
authorPatrick Steinhardt <ps@pks.im>
Tue, 29 Apr 2025 07:52:21 +0000 (09:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Apr 2025 17:08:13 +0000 (10:08 -0700)
commit8a9e27be8213ab90ac761d56ac36229ee52c443f
tree30794951973ede1c2eea5dd4272e505db45c7afb
parent062b914c841329a003f74e1340ea5178391274a6
object-store: drop `repo_has_object_file()`

In the preceding commits we have converted all users of
`repo_has_object_file()` and its `_with_flags()` variant to instead use
`has_object()`. Drop these functions.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
object-store.c
object-store.h