The second batch for 2.43

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2023-08-25 09:55:09 -07:00
parent eccee1854c
commit 6807fcfeda
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,9 @@ UI, Workflows & Features
* Hourly and other schedule of "git maintenance" jobs are randomly
distributed now.

* "git cmd -h" learned to signal which options can be negated by
listing such options like "--[no-]opt".


Performance, Internal Implementation, Development Support etc.

@ -28,3 +31,6 @@ Fixes since v2.42
* Other code cleanup, docfix, build fix, etc.
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
(merge beaa1d952b jk/function-pointer-mismatches-fix later to maint).
(merge b46d806ea5 ob/t9001-indent-fix later to maint).
(merge fdc9914c28 ja/worktree-orphan later to maint).