···112112113113 * Optimize the code to dedup references recorded in a bundle file.
114114115115+ * Update parse-options API to catch mistakes to pass address of an
116116+ integral variable of a wrong type/size.
117117+115118116119Fixes since v2.49
117120-----------------
···209212 * "git log --{left,right}-only A...B", when A and B does not share
210213 any common ancestor, now behaves as expected.
211214 (merge e7ef4be7c2 mh/left-right-limited later to maint).
215215+216216+ * Document the convention to disable hooks altogether by setting the
217217+ hooksPath configuration variable to /dev/nulll
218218+ (merge 1b2eee94f1 ds/doc-disable-hooks later to maint).
219219+220220+ * Make sure outage of third-party sites that supply P4, Git-LFS, and
221221+ JGit we use for testing would not prevent our CI jobs from running
222222+ at all.
223223+224224+ * Various build tweaks, including CSPRNG selection on some platforms.
225225+ (merge cdda67de03 rj/build-tweaks later to maint).
212226213227 * Other code cleanup, docfix, build fix, etc.
214228 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).