From: Junio C Hamano Date: Mon, 6 Apr 2026 22:42:51 +0000 (-0700) Subject: Merge branch 'jk/c23-const-preserving-fixes' X-Git-Tag: v2.54.0-rc1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbd0428cc3011e93a87d02314dc392b06d60877d;p=thirdparty%2Fgit.git Merge branch 'jk/c23-const-preserving-fixes' 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: config: store allocated string in non-const pointer rev-parse: avoid writing to const string for parent marks revision: avoid writing to const string for parent marks rev-parse: simplify dotdot parsing revision: make handle_dotdot() interface less confusing --- fbd0428cc3011e93a87d02314dc392b06d60877d