Skip to content

Commit 4cde9f0

Browse files
committed
A few more fixes before -rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4abab9e commit 4cde9f0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.44.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,15 @@ Performance, Internal Implementation, Development Support etc.
162162
* Setting `feature.experimental` opts the user into multi-pack reuse
163163
experiment
164164

165+
* Squelch node.js 16 deprecation warnings from GitHub Actions CI
166+
by updating actions/github-script and actions/checkout that use
167+
node.js 20.
168+
169+
* The mechanism to report the filename in the source code, used by
170+
the unit-test machinery, assumed that the compiler expanded __FILE__
171+
to the path to the source given to the $(CC), but some compilers
172+
give full path, breaking the output. This has been corrected.
173+
165174

166175
Fixes since v2.43
167176
-----------------
@@ -301,6 +310,11 @@ Fixes since v2.43
301310
* "git show-ref --verify" did not show things like "CHERRY_PICK_HEAD",
302311
which has been corrected.
303312

313+
* Recent conversion to allow more than 0/1 in GIT_FLUSH broke the
314+
mechanism by flipping what yes/no means by mistake, which has been
315+
corrected.
316+
(merge b40ba17e44 cp/git-flush-is-an-env-bool later to maint).
317+
304318
* Other code cleanup, docfix, build fix, etc.
305319
(merge 5aea3955bc rj/clarify-branch-doc-m later to maint).
306320
(merge 9cce3be2df bk/bisect-doc-fix later to maint).

0 commit comments

Comments
 (0)