]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7817-grep-sparse-checkout.sh
Merge branch 'jk/avoid-redef-system-functions-2.30' into maint-2.39
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Feb 2023 22:15:47 +0000 (14:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Feb 2023 22:15:47 +0000 (14:15 -0800)
commitf3a28c2e09d91904e94798fdffe12214fb248af8
tree7ac325f1515a33fb82bbf364301551fc15da0a3c
parent83d585a5b96675436bbce48b7618d81be58850ff
parente1a95b78d8a26762ea04332de8b7c3878da51522
Merge branch 'jk/avoid-redef-system-functions-2.30' into maint-2.39

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