]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifth batch
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 May 2024 17:11:24 +0000 (10:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 May 2024 17:11:24 +0000 (10:11 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.46.0.txt

index 6d7fee5501c005e0966b6f5e9849d6d3e52ea88c..a65261fd7ed708217ccde5673c2d51592d7dca6b 100644 (file)
@@ -34,6 +34,9 @@ UI, Workflows & Features
  * "git tag" learned the "--trailer" option to futz with the trailers
    in the same way as "git commit" does.
 
+ * A new global "--no-advice" option can be used to disable all advice
+   messages, which is meant to be used only in scripts.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -64,6 +67,10 @@ Performance, Internal Implementation, Development Support etc.
  * The "whitespace check" task that was enabled for GitHub Actions CI
    has been ported to GitLab CI.
 
+ * The refs API lost functions that implicitly assumes to work on the
+   primary ref_store by forcing the callers to pass a ref_store as an
+   argument.
+
 
 Fixes since v2.45
 -----------------