aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-13 14:25:40 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-13 14:31:12 -0800
commit4cde9f0726e5f5d1e545a8a33db822ad6dcf5574 (patch)
tree60c4e99dafe17b251a1855c95668edb62f6bb9be
parent4abab9e51afd861e49b9428504d3a643248a13f2 (diff)
downloadgit-4cde9f0726e5f5d1e545a8a33db822ad6dcf5574.tar.gz
A few more fixes before -rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.44.0.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.44.0.txt b/Documentation/RelNotes/2.44.0.txt
index bf8a9524a1..1b823daa19 100644
--- a/Documentation/RelNotes/2.44.0.txt
+++ b/Documentation/RelNotes/2.44.0.txt
@@ -162,6 +162,15 @@ Performance, Internal Implementation, Development Support etc.
* Setting `feature.experimental` opts the user into multi-pack reuse
experiment
+ * Squelch node.js 16 deprecation warnings from GitHub Actions CI
+ by updating actions/github-script and actions/checkout that use
+ node.js 20.
+
+ * The mechanism to report the filename in the source code, used by
+ the unit-test machinery, assumed that the compiler expanded __FILE__
+ to the path to the source given to the $(CC), but some compilers
+ give full path, breaking the output. This has been corrected.
+
Fixes since v2.43
-----------------
@@ -301,6 +310,11 @@ Fixes since v2.43
* "git show-ref --verify" did not show things like "CHERRY_PICK_HEAD",
which has been corrected.
+ * Recent conversion to allow more than 0/1 in GIT_FLUSH broke the
+ mechanism by flipping what yes/no means by mistake, which has been
+ corrected.
+ (merge b40ba17e44 cp/git-flush-is-an-env-bool later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 5aea3955bc rj/clarify-branch-doc-m later to maint).
(merge 9cce3be2df bk/bisect-doc-fix later to maint).