Merge branch 'jk/avoid-redef-system-functions-2.30'

Redefining system functions for a few functions did not follow our usual "implement git_foo() and #define foo(args) git_foo(args)" pattern, which has broken build for some folks. * jk/avoid-redef-system-functions-2.30: git-compat-util: undefine system names before redeclaring them git-compat-util: avoid redefining system function names

Junio C Hamano committed Dec 19, 2022 at 11:46 UTC efcc48efa7337cdd7e60ba19ad0e07766e5e8cd3

No changes.