]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A bit more for -rc2 main master
authorJunio C Hamano <gitster@pobox.com>
Thu, 9 Apr 2026 18:21:36 +0000 (11:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Apr 2026 18:21:59 +0000 (11:21 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.54.0.adoc

index 30ec959e7e5bf23091209d3f4d76b3301953edbc..3fa25e06f2d1d6ae3e944443850a304ddc4ec5a5 100644 (file)
@@ -124,6 +124,9 @@ UI, Workflows & Features
  * Handling of signed commits and tags in fast-import has been made more
    configurable.
 
+ * "git config list" is the official way to spell "git config -l" and
+   "git config --list".  Use it to update the documentation.
+
 
 Performance, Internal Implementation, Development Support etc.
 --------------------------------------------------------------
@@ -316,6 +319,14 @@ Performance, Internal Implementation, Development Support etc.
    log/diff machinery is being reworked a bit to make the feature
    compatible with more diff options, like -S/G.
 
+ * 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.
+
+ * "git rev-list --maximal-only" has been optimized by borrowing the
+   logic used by "git show-branch --independent", which computes the
+   same kind of information much more efficiently.
+
 
 Fixes since v2.53
 -----------------