]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit9eebe11338dbfd1aa697b04e33e9e2f10fe34d5a
treea080f2a88c54027f69387ff426e8c4d60a5efa9b
parent598a273b03e748a60d635ef2c55649333cf4a470
parent58589c20e555de187c8026ac721467919595543f
Merge branch 'jk/c23-const-preserving-fixes-more' into next

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