]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.42.3 v2.42.3
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 May 2024 00:03:31 +0000 (17:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 May 2024 00:03:31 +0000 (17:03 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1  2 
Documentation/RelNotes/2.42.3.txt
GIT-VERSION-GEN
RelNotes

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..bfe3ba562942eb484a69ee6cf6cf8a074b929623
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,26 @@@
++Git v2.42.3 Release Notes
++=========================
++
++In preparing security fixes for four CVEs, we made overly aggressive
++"defense in depth" changes that broke legitimate use cases like 'git
++lfs' and 'git annex.'  This release is to revert these misguided, if
++well-intentioned, changes that were shipped in 2.42.2 and were not
++direct security fixes.
++
++Jeff King (5):
++      send-email: drop FakeTerm hack
++      send-email: avoid creating more than one Term::ReadLine object
++      ci: drop mention of BREW_INSTALL_PACKAGES variable
++      ci: avoid bare "gcc" for osx-gcc job
++      ci: stop installing "gcc-13" for osx-gcc
++
++Johannes Schindelin (6):
++      hook: plug a new memory leak
++      init: use the correct path of the templates directory again
++      Revert "core.hooksPath: add some protection while cloning"
++      tests: verify that `clone -c core.hooksPath=/dev/null` works again
++      clone: drop the protections where hooks aren't run
++      Revert "Add a helper function to compare file contents"
++
++Junio C Hamano (1):
++      Revert "fsck: warn about symlink pointing inside a gitdir"
diff --cc GIT-VERSION-GEN
index 4407ea29da03cb3ce8593bcb1ef9363b2f037448,990ca9c64376bec4a0e21d20de578443897bcb0d..070d22c6d1c29fe7e358a439ff7f0e2e04511d2e
@@@ -1,7 -1,7 +1,7 @@@
  #!/bin/sh
  
  GVF=GIT-VERSION-FILE
- DEF_VER=v2.42.2
 -DEF_VER=v2.41.2
++DEF_VER=v2.42.3
  
  LF='
  '
diff --cc RelNotes
index fd58bd7691db7f4cb4798c76dacb493cbcaef0b4,04f6c713106c09f44bac0e7f4429ca88f41b09f4..7af3372ac25ba5f7fb5e0afcb98e39c48e8c224b
+++ b/RelNotes
@@@ -1,1 -1,1 +1,1 @@@
- Documentation/RelNotes/2.42.2.txt
 -Documentation/RelNotes/2.41.2.txt
++Documentation/RelNotes/2.42.3.txt