@@ -300,7 +300,7 @@ Fixes since v2.49
300
300
(merge e7ef4be7c2 mh/left-right-limited later to maint).
301
301
302
302
* Document the convention to disable hooks altogether by setting the
303
- hooksPath configuration variable to /dev/nulll
303
+ hooksPath configuration variable to /dev/null.
304
304
(merge 1b2eee94f1 ds/doc-disable-hooks later to maint).
305
305
306
306
* Make sure outage of third-party sites that supply P4, Git-LFS, and
@@ -318,6 +318,7 @@ Fixes since v2.49
318
318
319
319
* Update to arm64 Windows port.
320
320
(merge 436a42215e js/windows-arm64 later to maint).
321
+
321
322
* hashmap API clean-up to ensure hashmap_clear() leaves a cleared map
322
323
in a reusable state.
323
324
(merge 9481877de3 en/hashmap-clear-fix later to maint).
@@ -351,7 +352,7 @@ Fixes since v2.49
351
352
(merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint).
352
353
353
354
* 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
355
356
build them in release mode for consistency.
356
357
(merge 184abdcf05 js/ci-build-win-in-release-mode later to maint).
357
358
@@ -379,6 +380,15 @@ Fixes since v2.49
379
380
reverse failed to give the mode bits of the path "removed" by the
380
381
patch to the file it creates, which has been corrected.
381
382
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
+
382
392
* Other code cleanup, docfix, build fix, etc.
383
393
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
384
394
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
0 commit comments