]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/c23-const-preserving-fixes-more' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 23:14:16 +0000 (16:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 23:14:16 +0000 (16:14 -0700)
Further work to adjust the codebase for C23 that changes functions
like strchr() that discarded constness when they return a pointer into
a const string to preserve constness.

* jk/c23-const-preserving-fixes-more:
  git-compat-util: fix CONST_OUTPARAM typo and indentation


Trivial merge