]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifth batch
authorJunio C Hamano <gitster@pobox.com>
Wed, 29 Jan 2025 21:38:09 +0000 (13:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Jan 2025 22:05:10 +0000 (14:05 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.49.0.txt

index 8774b4ac317662039add5f2894f8d524fe40d92a..6c9e010b7241ba9fd97df5eeb9abf350eb2128d7 100644 (file)
@@ -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).