]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.51-rc1 main master v2.51.0-rc1
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2025 15:12:53 +0000 (08:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2025 15:48:57 +0000 (08:48 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.51.0.adoc
GIT-VERSION-GEN

index e2cd673f4339de5e6605185b51d02c8fae524958..a73ea3e8086ce41fec79f481ed97fd022d8bbf5a 100644 (file)
@@ -297,6 +297,10 @@ including security updates, are included in this release.
    before.
    (merge 5ed8c5b465 kj/renamed-submodule later to maint).
 
+ * The deflate codepath in "git archive --format=zip" had a
+   longstanding bug coming from misuse of zlib API, which has been
+   corrected.
+
  * Other code cleanup, docfix, build fix, etc.
    (merge b257adb571 lo/my-first-ow-doc-update later to maint).
    (merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -333,3 +337,5 @@ including security updates, are included in this release.
    (merge 3bdd897413 ms/meson-with-ancient-git-wo-ls-files-dedup later to maint).
    (merge cca758d324 kh/doc-fast-import-historical later to maint).
    (merge 9b0781196a jc/test-hashmap-is-still-here later to maint).
+   (merge 1bad05bacc jk/revert-squelch-compiler-warning later to maint).
+   (merge 3a7e783d9c dl/squelch-maybe-uninitialized later to maint).
index 63463c87739aa063b19742eac2e7943ded3975fa..e7e91190ae2d0d6bcb5aa1d00d0984f25fab50f8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.50.GIT
+DEF_VER=v2.51.0-rc1
 
 LF='
 '