Skip to content

Commit 0fbf48f

Browse files
committed
Sync with 'master'
2 parents ed6aa0e + 60f07c4 commit 0fbf48f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.54.0.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ UI, Workflows & Features
124124
* Handling of signed commits and tags in fast-import has been made more
125125
configurable.
126126

127+
* "git config list" is the official way to spell "git config -l" and
128+
"git config --list". Use it to update the documentation.
129+
127130

128131
Performance, Internal Implementation, Development Support etc.
129132
--------------------------------------------------------------
@@ -316,6 +319,14 @@ Performance, Internal Implementation, Development Support etc.
316319
log/diff machinery is being reworked a bit to make the feature
317320
compatible with more diff options, like -S/G.
318321
322+
* Further work to adjust the codebase for C23 that changes functions
323+
like strchr() that discarded constness when they return a pointer into
324+
a const string to preserve constness.
325+
326+
* "git rev-list --maximal-only" has been optimized by borrowing the
327+
logic used by "git show-branch --independent", which computes the
328+
same kind of information much more efficiently.
329+
319330
320331
Fixes since v2.53
321332
-----------------

0 commit comments

Comments
 (0)