Skip to content
/ git Public
forked from git/git

Commit f65182a

Browse files
committed
The ninth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e09ffef commit f65182a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.50.0.adoc

+14
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ Performance, Internal Implementation, Development Support etc.
112112
113113
* Optimize the code to dedup references recorded in a bundle file.
114114
115+
* Update parse-options API to catch mistakes to pass address of an
116+
integral variable of a wrong type/size.
117+
115118
116119
Fixes since v2.49
117120
-----------------
@@ -210,6 +213,17 @@ Fixes since v2.49
210213
any common ancestor, now behaves as expected.
211214
(merge e7ef4be7c2 mh/left-right-limited later to maint).
212215

216+
* Document the convention to disable hooks altogether by setting the
217+
hooksPath configuration variable to /dev/nulll
218+
(merge 1b2eee94f1 ds/doc-disable-hooks later to maint).
219+
220+
* Make sure outage of third-party sites that supply P4, Git-LFS, and
221+
JGit we use for testing would not prevent our CI jobs from running
222+
at all.
223+
224+
* Various build tweaks, including CSPRNG selection on some platforms.
225+
(merge cdda67de03 rj/build-tweaks later to maint).
226+
213227
* Other code cleanup, docfix, build fix, etc.
214228
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
215229
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).

0 commit comments

Comments
 (0)