Skip to content

Commit e5a14dd

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 099a64a commit e5a14dd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Documentation/RelNotes/2.33.0.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Performance, Internal Implementation, Development Support etc.
4848
reduce code duplication.
4949

5050
* Repeated rename detections in a sequence of mergy operations have
51-
been optimize out.
51+
been optimized out for the 'ort' merge strategy.
5252

5353
* Preliminary clean-up of tests before the main reftable changes
5454
hits the codebase.
@@ -98,6 +98,11 @@ Performance, Internal Implementation, Development Support etc.
9898
* "git read-tree" had a codepath where blobs are fetched one-by-one
9999
from the promisor remote, which has been corrected to fetch in bulk.
100100

101+
* Rewrite of "git submodule" in C continues.
102+
103+
* "git checkout" and "git commit" learn to work without unnecessarily
104+
expanding sparse indexes.
105+
101106

102107
Fixes since v2.32
103108
-----------------
@@ -237,6 +242,14 @@ Fixes since v2.32
237242
* A race between repacking and using pack bitmaps has been corrected.
238243
(merge dc1daacdcc jk/check-pack-valid-before-opening-bitmap later to maint).
239244

245+
* The local changes stashed by "git merge --autostash" were lost when
246+
the merge failed in certain ways, which has been corrected.
247+
248+
* Windows rmdir() equivalent behaves differently from POSIX ones in
249+
that when used on a symbolic link that points at a directory, the
250+
target directory gets removed, which has been corrected.
251+
(merge 3e7d4888e5 tb/mingw-rmdir-symlink-to-directory later to maint).
252+
240253
* Other code cleanup, docfix, build fix, etc.
241254
(merge bfe35a6165 ah/doc-describe later to maint).
242255
(merge f302c1e4aa jc/clarify-revision-range later to maint).
@@ -278,3 +291,5 @@ Fixes since v2.32
278291
(merge ddcb189d9d tb/bitmap-type-filter-comment-fix later to maint).
279292
(merge 878b399734 pb/submodule-recurse-doc later to maint).
280293
(merge 734283855f jk/config-env-doc later to maint).
294+
(merge 482e1488a9 ab/getcwd-test later to maint).
295+
(merge f0b922473e ar/doc-markup-fix later to maint).

0 commit comments

Comments
 (0)