From 3b0d05c4a79d0e441283680a864529b02dca5f08 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 29 Jan 2025 13:38:09 -0800 Subject: [PATCH] The fifth batch Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.49.0.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Documentation/RelNotes/2.49.0.txt b/Documentation/RelNotes/2.49.0.txt index 8774b4ac31..6c9e010b72 100644 --- a/Documentation/RelNotes/2.49.0.txt +++ b/Documentation/RelNotes/2.49.0.txt @@ -23,6 +23,9 @@ Performance, Internal Implementation, Development Support etc. * Move a few more unit tests to the clar test framework. + * Introduce a new API to visit objects in batches based on a common + path, or by type. + Fixes since v2.48 ----------------- @@ -88,6 +91,24 @@ Fixes since v2.48 which has been corrected. (merge 0b43274850 mh/credential-cache-authtype-request-fix later to maint). + * "git branch --sort=..." and "git for-each-ref --format=... --sort=..." + did not work as expected with some atoms, which has been corrected. + (merge c5490ce9d1 rs/ref-fitler-used-atoms-value-fix later to maint). + + * reflog entries for symbolic ref updates were broken, which has been + corrected. + (merge 3519492430 kn/reflog-symref-fix later to maint). + + * The trace2 code was not prepared to show a configuration variable + that is set to true using the valueless true syntax, which has been + corrected. + (merge 2fd367cf63 am/trace2-with-valueless-true later to maint). + + * The "git refs migrate" command did not migrate the reflog for + refs/stash, which is the contents of the stashes, which has been + corrected. + (merge a0bea0978f ps/reflog-migration-with-logall-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge ddb5287894 jk/t7407-use-test-grep later to maint). (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).