]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A few more fixes before -rc1
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:25:40 +0000 (14:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:31:12 +0000 (14:31 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.44.0.txt

index bf8a9524a1f9a90fc46d256defb1dbf4070e461a..1b823daa19427f69ffd619cba92de293117df96e 100644 (file)
@@ -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).