From: Junio C Hamano Date: Thu, 16 May 2024 17:11:24 +0000 (-0700) Subject: The fifth batch X-Git-Tag: v2.46.0-rc0~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8ab1d464d07baa30e5a180eb33b3f9aa5c93adf;p=thirdparty%2Fgit.git The fifth batch Signed-off-by: Junio C Hamano --- 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 -----------------