Skip to content

Commit 5b71c59

Browse files
committed
Git 2.37-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 694c0cc commit 5b71c59

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Documentation/RelNotes/2.37.0.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,8 @@ Fixes since v2.36
234234

235235
* With a recent update to refuse access to repositories of other
236236
people by default, "sudo make install" and "sudo git describe"
237-
stopped working. This series intends to loosen it while keeping
238-
the safety.
239-
(merge b9063afda1 cb/path-owner-check-with-sudo later to maint).
237+
stopped working, which has been corrected.
238+
(merge 6b11e3d52e cb/path-owner-check-with-sudo-plus later to maint).
240239

241240
* The tests that ensured merges stop when interfering local changes
242241
are present did not make sure that local changes are preserved; now

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.37.0-rc1 ;# not quite
4+
DEF_VER=v2.37.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)