]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.37-rc1 v2.37.0-rc1
authorJunio C Hamano <gitster@pobox.com>
Sat, 18 Jun 2022 00:15:13 +0000 (17:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Jun 2022 00:15:13 +0000 (17:15 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.37.0.txt
GIT-VERSION-GEN

index f1b93f3c5903c79b5bddf139188c6ceff343bd87..99dc7e32f8d42a28e8191569a240ebe4dd3de4da 100644 (file)
@@ -234,9 +234,8 @@ Fixes since v2.36
 
  * With a recent update to refuse access to repositories of other
    people by default, "sudo make install" and "sudo git describe"
-   stopped working.  This series intends to loosen it while keeping
-   the safety.
-   (merge b9063afda1 cb/path-owner-check-with-sudo later to maint).
+   stopped working, which has been corrected.
+   (merge 6b11e3d52e cb/path-owner-check-with-sudo-plus later to maint).
 
  * The tests that ensured merges stop when interfering local changes
    are present did not make sure that local changes are preserved; now
index c0b5e722dd7bc7d3300d0e90d115f85ddd2bf741..22e76c2a5994f417f187e312303d0cddd5021671 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.37.0-rc1 ;# not quite
+DEF_VER=v2.37.0-rc1
 
 LF='
 '