Merge branch 'ab/pack-linkage-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 May 2021 03:36:58 +0000 (12:36 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 May 2021 03:36:58 +0000 (12:36 +0900)
commit5afd72a96f0a3f65a832fd1448d9de1c534aaa69
tree0bf876b7fb4058a93b6daf7d23e917515eaab637
parent2f0ca413491cff630ed4fc8427b2e87201674b7b
parent7d089fb9b73a0d7f9bf43a81f284fd4f499d4886
Merge branch 'ab/pack-linkage-fix'

"ld" on Solaris fails to link some test helpers, which has been
worked around by reshuffling the inline function definitions from a
header file to a source file that is the only user of them.

* ab/pack-linkage-fix:
  pack-objects: move static inline from a header to the sole consumer
builtin/pack-objects.c