Skip to content

Commit 1ee85f0

Browse files
committed
The twelfth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3490838 commit 1ee85f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.50.0.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,15 @@ Fixes since v2.49
251251

252252
* Update to arm64 Windows port.
253253
(merge 436a42215e js/windows-arm64 later to maint).
254+
* hashmap API clean-up to ensure hashmap_clear() leaves a cleared map
255+
in a reusable state.
256+
(merge 9481877de3 en/hashmap-clear-fix later to maint).
257+
258+
* "git mv a a/b dst" would ask to move the directory 'a' itself, as
259+
well as its contents, in a single destination directory, which is
260+
a contradicting request that is impossible to satisfy. This case is
261+
now detected and the command errors out.
262+
(merge 974f0d4664 ps/mv-contradiction-fix later to maint).
254263

255264
* Other code cleanup, docfix, build fix, etc.
256265
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
@@ -277,3 +286,4 @@ Fixes since v2.49
277286
(merge 25292c301d lo/remove-log-reencode-from-rev-info later to maint).
278287
(merge 1aa50636fd jk/p5332-testfix later to maint).
279288
(merge 42cf4ac552 ps/ci-resurrect-p4-on-github later to maint).
289+
(merge 104add8368 js/diff-codeql-false-positive-workaround later to maint).

0 commit comments

Comments
 (0)