diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-05-20 10:48:30 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-05-20 11:20:05 -0700 |
| commit | 4365c6fcf96caac73dcc412aa25db34cf8df48d5 (patch) | |
| tree | 85a023460ed7936a442230eb51f0b4b900b960b2 | |
| parent | Merge branch 'jc/compat-regex-calloc-fix' (diff) | |
| download | git-4365c6fcf96caac73dcc412aa25db34cf8df48d5.tar.gz git-4365c6fcf96caac73dcc412aa25db34cf8df48d5.zip | |
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.46.0.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt index a65261fd7e..ff3ce813da 100644 --- a/Documentation/RelNotes/2.46.0.txt +++ b/Documentation/RelNotes/2.46.0.txt @@ -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). |
