]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/odb-clean-stale-wrappers' into maint-2.51
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2025 17:29:34 +0000 (10:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2025 17:29:34 +0000 (10:29 -0700)
Code clean-up.

* ps/odb-clean-stale-wrappers:
  odb: drop deprecated wrapper functions

1  2 
pack-objects.c

diff --cc pack-objects.c
index a9d9855063aea85f4b1b8f70f301c644c5d5e225,a9d9855063aea85f4b1b8f70f301c644c5d5e225..7b86ae899898007d01abd0f63ad84a661e445e48
@@@ -4,6 -4,6 +4,7 @@@
  #include "pack-objects.h"
  #include "packfile.h"
  #include "parse.h"
++#include "repository.h"
  
  static uint32_t locate_object_entry_hash(struct packing_data *pdata,
                                         const struct object_id *oid,