Skip to content

Commit 87a1768

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 0da7673 commit 87a1768

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Documentation/RelNotes/2.47.0.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ UI, Workflows & Features
2121
discard it when we taught proxy auth code path to use the
2222
credential helpers, which has been corrected.
2323

24+
* The code paths to compact multiple reftable files have been updated
25+
to correctly deal with multiple compaction triggering at the same
26+
time.
27+
28+
* Support to specify ref backend for submodules has been enhanced.
29+
2430

2531
Performance, Internal Implementation, Development Support etc.
2632
--------------------------------------------------------------
@@ -51,6 +57,16 @@ Performance, Internal Implementation, Development Support etc.
5157
less likely to cause trouble by lengthening the expiry value it
5258
uses.
5359

60+
* An existing test of hashmap API has been rewritten with the
61+
unit-test framework.
62+
63+
* A policy document that describes platform support levels and
64+
expectation on platform stakeholders has been introduced.
65+
66+
* The refs API has been taught to give symref target information to
67+
the users of ref iterators, allowing for-each-ref and friends to
68+
avoid an extra ref_resolve_* API call per a symbolic ref.
69+
5470

5571
Fixes since v2.46
5672
-----------------
@@ -118,6 +134,14 @@ Fixes since v2.46
118134
fixed.
119135
(merge ec60bb9fc4 kl/test-fixes later to maint).
120136

137+
* Follow-up on 2.45.1 regression fix.
138+
(merge ee0be850b0 jc/safe-directory later to maint).
139+
140+
* "git rev-list ... | git diff-tree -p --remerge-diff --stdin" should
141+
behave more or less like "git log -p --remerge-diff" but instead it
142+
crashed, forgetting to prepare a temporary object store needed.
143+
(merge a77554ea09 xx/diff-tree-remerge-diff-fix later to maint).
144+
121145
* Other code cleanup, docfix, build fix, etc.
122146
(merge 8db8786fc2 jt/doc-post-receive-hook-update later to maint).
123147
(merge 1c473dd6af tn/doc-commit-fix later to maint).
@@ -131,3 +155,4 @@ Fixes since v2.46
131155
(merge e2e373ba82 ss/packed-ref-store-leakfix later to maint).
132156
(merge 0c4d5aa22d rs/use-decimal-width later to maint).
133157
(merge 67be8c4de5 jc/document-use-of-local later to maint).
158+
(merge 098be29f5b rs/t-example-simplify later to maint).

0 commit comments

Comments
 (0)