Git fork

The ninth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+14
+14
Documentation/RelNotes/2.50.0.adoc
··· 112 112 113 113 * Optimize the code to dedup references recorded in a bundle file. 114 114 115 + * Update parse-options API to catch mistakes to pass address of an 116 + integral variable of a wrong type/size. 117 + 115 118 116 119 Fixes since v2.49 117 120 ----------------- ··· 209 212 * "git log --{left,right}-only A...B", when A and B does not share 210 213 any common ancestor, now behaves as expected. 211 214 (merge e7ef4be7c2 mh/left-right-limited later to maint). 215 + 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). 212 226 213 227 * Other code cleanup, docfix, build fix, etc. 214 228 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).