]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The sixth batch
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 May 2024 17:48:30 +0000 (10:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 May 2024 18:20:05 +0000 (11:20 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.46.0.txt

index a65261fd7ed708217ccde5673c2d51592d7dca6b..ff3ce813daff17ec2d6b5b255baf6385685c3884 100644 (file)
@@ -37,6 +37,9 @@ UI, Workflows & Features
  * A new global "--no-advice" option can be used to disable all advice
    messages, which is meant to be used only in scripts.
 
+ * Updates to symbolic refs can now be made as a part of ref
+   transaction.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -132,6 +135,11 @@ Fixes since v2.45
    the "--ext-diff" option.
    (merge 11be65cfa4 rs/external-diff-with-exit-code later to maint).
 
+ * Windows CI running in GitHub Actions started complaining about the
+   order of arguments given to calloc(); the imported regex code uses
+   the wrong order almost consistently, which has been corrected.
+   (merge f01301aabe jc/compat-regex-calloc-fix later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
    (merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).