]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
"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

1  2 
builtin/pack-objects.c

Simple merge