]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0201-gettext-fallbacks.sh
Merge branch 'jk/avoid-redef-system-functions-2.30'
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2022 02:46:16 +0000 (11:46 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2022 02:46:16 +0000 (11:46 +0900)
commitefcc48efa7337cdd7e60ba19ad0e07766e5e8cd3
tree33bff46759559882f96541c1ae955e8b0f4f46d5
parent3c0a9886724be4624ec2c16078629acadddd66a3
parente1a95b78d8a26762ea04332de8b7c3878da51522
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
git-compat-util.h