Skip to content

Commit

Permalink
The seventh batch
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed May 23, 2024
1 parent 8890b4f commit b9cfe48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/RelNotes/2.46.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ UI, Workflows & Features
* Updates to symbolic refs can now be made as a part of ref
transaction.

* The trailer API has been reshuffled a bit.


Performance, Internal Implementation, Development Support etc.

Expand Down Expand Up @@ -140,6 +142,11 @@ Fixes since v2.45
the wrong order almost consistently, which has been corrected.
(merge f01301aabe jc/compat-regex-calloc-fix later to maint).

* Expose "name conflict" error when a ref creation fails due to D/F
conflict in the ref namespace, to improve an error message given by
"git fetch".
(merge 9339fca23e it/refs-name-conflict 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).
Expand All @@ -148,3 +155,5 @@ Fixes since v2.45
(merge 55702c543e fa/p4-error later to maint).
(merge 2566a77774 vd/doc-merge-tree-x-option later to maint).
(merge b64b0df9da ds/scalar-reconfigure-all-fix later to maint).
(merge c81ffcff83 dm/update-index-doc-fix later to maint).
(merge fc0202b0e9 dg/fetch-pack-code-cleanup later to maint).

0 comments on commit b9cfe48

Please sign in to comment.