diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-04-24 17:27:03 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-04-24 17:27:03 -0700 |
commit | f65182a99e545d2f2bc22e6c1c2da192133b16a3 (patch) | |
tree | f1df7cff050d1c0c998c94018db394372aa844f9 | |
parent | e09ffefea542e8a86c18a05fb91e1a41d1aca24e (diff) |
The ninth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.50.0.adoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc index e4b731e61d..3ab82ac3a2 100644 --- a/Documentation/RelNotes/2.50.0.adoc +++ b/Documentation/RelNotes/2.50.0.adoc @@ -112,6 +112,9 @@ Performance, Internal Implementation, Development Support etc. * Optimize the code to dedup references recorded in a bundle file. + * Update parse-options API to catch mistakes to pass address of an + integral variable of a wrong type/size. + Fixes since v2.49 ----------------- @@ -210,6 +213,17 @@ Fixes since v2.49 any common ancestor, now behaves as expected. (merge e7ef4be7c2 mh/left-right-limited later to maint). + * Document the convention to disable hooks altogether by setting the + hooksPath configuration variable to /dev/nulll + (merge 1b2eee94f1 ds/doc-disable-hooks later to maint). + + * Make sure outage of third-party sites that supply P4, Git-LFS, and + JGit we use for testing would not prevent our CI jobs from running + at all. + + * Various build tweaks, including CSPRNG selection on some platforms. + (merge cdda67de03 rj/build-tweaks later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint). (merge 2bfd3b3685 ab/decorate-code-cleanup later to maint). |