···2121 discard it when we taught proxy auth code path to use the
2222 credential helpers, which has been corrected.
23232424+ * The code paths to compact multiple reftable files have been updated
2525+ to correctly deal with multiple compaction triggering at the same
2626+ time.
2727+2828+ * Support to specify ref backend for submodules has been enhanced.
2929+24302531Performance, Internal Implementation, Development Support etc.
2632--------------------------------------------------------------
···5056 * A test that fails on an unusually slow machine was found, and made
5157 less likely to cause trouble by lengthening the expiry value it
5258 uses.
5959+6060+ * An existing test of hashmap API has been rewritten with the
6161+ unit-test framework.
6262+6363+ * A policy document that describes platform support levels and
6464+ expectation on platform stakeholders has been introduced.
6565+6666+ * The refs API has been taught to give symref target information to
6767+ the users of ref iterators, allowing for-each-ref and friends to
6868+ avoid an extra ref_resolve_* API call per a symbolic ref.
536954705571Fixes since v2.46
···118134 fixed.
119135 (merge ec60bb9fc4 kl/test-fixes later to maint).
120136137137+ * Follow-up on 2.45.1 regression fix.
138138+ (merge ee0be850b0 jc/safe-directory later to maint).
139139+140140+ * "git rev-list ... | git diff-tree -p --remerge-diff --stdin" should
141141+ behave more or less like "git log -p --remerge-diff" but instead it
142142+ crashed, forgetting to prepare a temporary object store needed.
143143+ (merge a77554ea09 xx/diff-tree-remerge-diff-fix later to maint).
144144+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).
···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).
158158+ (merge 098be29f5b rs/t-example-simplify later to maint).