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

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..76700f0b7375531573cba07b5ed9fc09593a1cde
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,26 @@@
++Git v2.44.2 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.44.1 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 015c6c660db0de607eb7b829f0268036dc2b843d,fcaa390a611a61b4200c21d8a035d42931339ce6..9c631da5ce9699ae288d101102e7f969102e6c5d
@@@ -1,7 -1,7 +1,7 @@@
  #!/bin/sh
  
  GVF=GIT-VERSION-FILE
- DEF_VER=v2.44.1
 -DEF_VER=v2.43.5
++DEF_VER=v2.44.2
  
  LF='
  '
diff --cc RelNotes
index 2a42e86cdd4ca9ddf035e30d1b251bb73bd48f03,1abe69c2987c710cdeea9aa73e4bbc7a08b9e131..6ba9e6f4ce6f19df3b3aca645d43a803e88953f9
+++ b/RelNotes
@@@ -1,1 -1,1 +1,1 @@@
- Documentation/RelNotes/2.44.1.txt
 -Documentation/RelNotes/2.43.5.txt
++Documentation/RelNotes/2.44.2.txt