mirror of
https://github.com/git/git.git
synced 2024-12-12 03:14:11 +08:00
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
55f5476ce5
commit
4365c6fcf9
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user