Skip to content

Commit 3b0d05c

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 296cf82 commit 3b0d05c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.49.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Performance, Internal Implementation, Development Support etc.
2323

2424
* Move a few more unit tests to the clar test framework.
2525

26+
* Introduce a new API to visit objects in batches based on a common
27+
path, or by type.
28+
2629

2730
Fixes since v2.48
2831
-----------------
@@ -88,6 +91,24 @@ Fixes since v2.48
8891
which has been corrected.
8992
(merge 0b43274850 mh/credential-cache-authtype-request-fix later to maint).
9093

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+
91112
* Other code cleanup, docfix, build fix, etc.
92113
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
93114
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).

0 commit comments

Comments
 (0)