@@ -23,6 +23,9 @@ Performance, Internal Implementation, Development Support etc.
23
23
24
24
* Move a few more unit tests to the clar test framework.
25
25
26
+ * Introduce a new API to visit objects in batches based on a common
27
+ path, or by type.
28
+
26
29
27
30
Fixes since v2.48
28
31
-----------------
@@ -88,6 +91,24 @@ Fixes since v2.48
88
91
which has been corrected.
89
92
(merge 0b43274850 mh/credential-cache-authtype-request-fix later to maint).
90
93
94
+ * "git branch --sort=..." and "git for-each-ref --format=... --sort=..."
95
+ did not work as expected with some atoms, which has been corrected.
96
+ (merge c5490ce9d1 rs/ref-fitler-used-atoms-value-fix later to maint).
97
+
98
+ * reflog entries for symbolic ref updates were broken, which has been
99
+ corrected.
100
+ (merge 3519492430 kn/reflog-symref-fix later to maint).
101
+
102
+ * The trace2 code was not prepared to show a configuration variable
103
+ that is set to true using the valueless true syntax, which has been
104
+ corrected.
105
+ (merge 2fd367cf63 am/trace2-with-valueless-true later to maint).
106
+
107
+ * The "git refs migrate" command did not migrate the reflog for
108
+ refs/stash, which is the contents of the stashes, which has been
109
+ corrected.
110
+ (merge a0bea0978f ps/reflog-migration-with-logall-fix later to maint).
111
+
91
112
* Other code cleanup, docfix, build fix, etc.
92
113
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
93
114
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
0 commit comments