Git fork

Git 2.51-rc1

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

+7 -1
+6
Documentation/RelNotes/2.51.0.adoc
··· 297 297 before. 298 298 (merge 5ed8c5b465 kj/renamed-submodule later to maint). 299 299 300 + * The deflate codepath in "git archive --format=zip" had a 301 + longstanding bug coming from misuse of zlib API, which has been 302 + corrected. 303 + 300 304 * Other code cleanup, docfix, build fix, etc. 301 305 (merge b257adb571 lo/my-first-ow-doc-update later to maint). 302 306 (merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint). ··· 333 337 (merge 3bdd897413 ms/meson-with-ancient-git-wo-ls-files-dedup later to maint). 334 338 (merge cca758d324 kh/doc-fast-import-historical later to maint). 335 339 (merge 9b0781196a jc/test-hashmap-is-still-here later to maint). 340 + (merge 1bad05bacc jk/revert-squelch-compiler-warning later to maint). 341 + (merge 3a7e783d9c dl/squelch-maybe-uninitialized later to maint).
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 - DEF_VER=v2.50.GIT 3 + DEF_VER=v2.51.0-rc1 4 4 5 5 LF=' 6 6 '