aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-08-15 13:21:43 -0700
committerJunio C Hamano <gitster@pobox.com>2024-08-15 13:22:16 -0700
commit87a1768b93a67d0420255a43d9e07387b2e805ad (patch)
tree2431d95a9fa09a487bed7b66da4a268d9465c54e
parentMerge branch 'xx/diff-tree-remerge-diff-fix' (diff)
downloadgit-87a1768b93a67d0420255a43d9e07387b2e805ad.tar.gz
git-87a1768b93a67d0420255a43d9e07387b2e805ad.zip
The fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.47.0.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt
index b948fa4db4..5e1af5788e 100644
--- a/Documentation/RelNotes/2.47.0.txt
+++ b/Documentation/RelNotes/2.47.0.txt
@@ -21,6 +21,12 @@ UI, Workflows & Features
discard it when we taught proxy auth code path to use the
credential helpers, which has been corrected.
+ * The code paths to compact multiple reftable files have been updated
+ to correctly deal with multiple compaction triggering at the same
+ time.
+
+ * Support to specify ref backend for submodules has been enhanced.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -51,6 +57,16 @@ Performance, Internal Implementation, Development Support etc.
less likely to cause trouble by lengthening the expiry value it
uses.
+ * An existing test of hashmap API has been rewritten with the
+ unit-test framework.
+
+ * A policy document that describes platform support levels and
+ expectation on platform stakeholders has been introduced.
+
+ * The refs API has been taught to give symref target information to
+ the users of ref iterators, allowing for-each-ref and friends to
+ avoid an extra ref_resolve_* API call per a symbolic ref.
+
Fixes since v2.46
-----------------
@@ -118,6 +134,14 @@ Fixes since v2.46
fixed.
(merge ec60bb9fc4 kl/test-fixes later to maint).
+ * Follow-up on 2.45.1 regression fix.
+ (merge ee0be850b0 jc/safe-directory later to maint).
+
+ * "git rev-list ... | git diff-tree -p --remerge-diff --stdin" should
+ behave more or less like "git log -p --remerge-diff" but instead it
+ crashed, forgetting to prepare a temporary object store needed.
+ (merge a77554ea09 xx/diff-tree-remerge-diff-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 8db8786fc2 jt/doc-post-receive-hook-update later to maint).
(merge 1c473dd6af tn/doc-commit-fix later to maint).
@@ -131,3 +155,4 @@ Fixes since v2.46
(merge e2e373ba82 ss/packed-ref-store-leakfix later to maint).
(merge 0c4d5aa22d rs/use-decimal-width later to maint).
(merge 67be8c4de5 jc/document-use-of-local later to maint).
+ (merge 098be29f5b rs/t-example-simplify later to maint).