Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-06-18 03:15:13 +0300
committerJunio C Hamano <gitster@pobox.com>2022-06-18 03:15:13 +0300
commit5b71c59bc3b9365075e2a175aa7b6f2b0c84ce44 (patch)
tree21b96c80b18182804b637b66c5d611e08dced356 /Documentation/RelNotes/2.37.0.txt
parent694c0cc0fb531b17750ac6e81920054f193f8eb8 (diff)
Git 2.37-rc1v2.37.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.37.0.txt')
-rw-r--r--Documentation/RelNotes/2.37.0.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/RelNotes/2.37.0.txt b/Documentation/RelNotes/2.37.0.txt
index f1b93f3c59..99dc7e32f8 100644
--- a/Documentation/RelNotes/2.37.0.txt
+++ b/Documentation/RelNotes/2.37.0.txt
@@ -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