From: Junio C Hamano Date: Mon, 6 Apr 2026 22:42:51 +0000 (-0700) Subject: Merge branch 'jk/c23-const-preserving-fixes' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=fbd0428cc3011e93a87d02314dc392b06d60877d;p=rit 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