Skip to content

Commit 8f7582d

Browse files
committed
The eighteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d8360a8 commit 8f7582d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.45.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ Performance, Internal Implementation, Development Support etc.
156156
* The .editorconfig file has been taught that a Makefile uses HT
157157
indentation.
158158

159+
* t-prio-queue test has been cleaned up by using C99 compound
160+
literals; this is meant to also serve as a weather-balloon to smoke
161+
out folks with compilers who have trouble compiling code that uses
162+
the feature.
163+
159164

160165
Fixes since v2.44
161166
-----------------
@@ -338,6 +343,10 @@ Fixes since v2.44
338343
* Another "set -u" fix for the bash prompt (in contrib/) script.
339344
(merge d7805bc743 vs/complete-with-set-u-fix later to maint).
340345

346+
* "git checkout/switch --detach foo", after switching to the detached
347+
HEAD state, gave the tracking information for the 'foo' branch,
348+
which was pointless.
349+
341350
* Other code cleanup, docfix, build fix, etc.
342351
(merge f0e578c69c rs/use-xstrncmpz later to maint).
343352
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
@@ -363,3 +372,4 @@ Fixes since v2.44
363372
(merge 0d527842b7 az/grep-group-error-message-update later to maint).
364373
(merge 7c43bdf07b rs/strbuf-expand-bad-format later to maint).
365374
(merge 8b68b48d5c ds/typofix-core-config-doc later to maint).
375+
(merge 39bb692152 rs/imap-send-use-xsnprintf later to maint).

0 commit comments

Comments
 (0)