Skip to content

Commit 0bd2d79

Browse files
committed
Git 2.50-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2beccb3 commit 0bd2d79

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Documentation/RelNotes/2.50.0.adoc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Fixes since v2.49
300300
(merge e7ef4be7c2 mh/left-right-limited later to maint).
301301

302302
* Document the convention to disable hooks altogether by setting the
303-
hooksPath configuration variable to /dev/nulll
303+
hooksPath configuration variable to /dev/null.
304304
(merge 1b2eee94f1 ds/doc-disable-hooks later to maint).
305305

306306
* Make sure outage of third-party sites that supply P4, Git-LFS, and
@@ -318,6 +318,7 @@ Fixes since v2.49
318318

319319
* Update to arm64 Windows port.
320320
(merge 436a42215e js/windows-arm64 later to maint).
321+
321322
* hashmap API clean-up to ensure hashmap_clear() leaves a cleared map
322323
in a reusable state.
323324
(merge 9481877de3 en/hashmap-clear-fix later to maint).
@@ -351,7 +352,7 @@ Fixes since v2.49
351352
(merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint).
352353

353354
* win+Meson CI pipeline, unlike other pipelines for Windows,
354-
used to build artifacts in develper mode, which has been changed to
355+
used to build artifacts in developer mode, which has been changed to
355356
build them in release mode for consistency.
356357
(merge 184abdcf05 js/ci-build-win-in-release-mode later to maint).
357358

@@ -379,6 +380,15 @@ Fixes since v2.49
379380
reverse failed to give the mode bits of the path "removed" by the
380381
patch to the file it creates, which has been corrected.
381382

383+
* "git verify-refs" (and hence "git fsck --reference") started
384+
erroring out in a repository in which secondary worktrees were
385+
prepared with Git 2.43 or lower.
386+
(merge d5b3c38b8a sj/ref-contents-check-fix later to maint).
387+
388+
* Update total_ram() functrion on BSD variants.
389+
390+
* Update online_cpus() functrion on BSD variants.
391+
382392
* Other code cleanup, docfix, build fix, etc.
383393
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
384394
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.50.0-rc0
3+
DEF_VER=v2.50.0-rc1
44

55
LF='
66
'

0 commit comments

Comments
 (0)