Git 2.37-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
694c0cc0fb
commit
5b71c59bc3
@ -234,9 +234,8 @@ Fixes since v2.36
|
|||||||
|
|
||||||
* With a recent update to refuse access to repositories of other
|
* With a recent update to refuse access to repositories of other
|
||||||
people by default, "sudo make install" and "sudo git describe"
|
people by default, "sudo make install" and "sudo git describe"
|
||||||
stopped working. This series intends to loosen it while keeping
|
stopped working, which has been corrected.
|
||||||
the safety.
|
(merge 6b11e3d52e cb/path-owner-check-with-sudo-plus later to maint).
|
||||||
(merge b9063afda1 cb/path-owner-check-with-sudo later to maint).
|
|
||||||
|
|
||||||
* The tests that ensured merges stop when interfering local changes
|
* The tests that ensured merges stop when interfering local changes
|
||||||
are present did not make sure that local changes are preserved; now
|
are present did not make sure that local changes are preserved; now
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.37.0-rc1 ;# not quite
|
DEF_VER=v2.37.0-rc1
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user