Skip to content

Commit d8ab1d4

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent bca9009 commit d8ab1d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/RelNotes/2.46.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ UI, Workflows & Features
3434
* "git tag" learned the "--trailer" option to futz with the trailers
3535
in the same way as "git commit" does.
3636

37+
* A new global "--no-advice" option can be used to disable all advice
38+
messages, which is meant to be used only in scripts.
39+
3740

3841
Performance, Internal Implementation, Development Support etc.
3942

@@ -64,6 +67,10 @@ Performance, Internal Implementation, Development Support etc.
6467
* The "whitespace check" task that was enabled for GitHub Actions CI
6568
has been ported to GitLab CI.
6669

70+
* The refs API lost functions that implicitly assumes to work on the
71+
primary ref_store by forcing the callers to pass a ref_store as an
72+
argument.
73+
6774

6875
Fixes since v2.45
6976
-----------------

0 commit comments

Comments
 (0)