aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-16 10:11:24 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-16 10:11:24 -0700
commitd8ab1d464d07baa30e5a180eb33b3f9aa5c93adf (patch)
tree387b9a7a2e86e7ed3d82f766ad7defeab668a231
parentbca900904d854babf2493d57c0fee3ab421fe750 (diff)
downloadgit-main.tar.gz
The fifth batchHEADmastermain
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.46.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt
index 6d7fee5501..a65261fd7e 100644
--- a/Documentation/RelNotes/2.46.0.txt
+++ b/Documentation/RelNotes/2.46.0.txt
@@ -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
-----------------