1
0
mirror of https://github.com/git/git synced 2024-06-30 22:54:27 +00:00

The sixth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2024-05-20 10:48:30 -07:00
parent 55f5476ce5
commit 4365c6fcf9

View File

@ -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).