File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.37.0-rc1 ; # not quite
4+ DEF_VER=v2.37.0-rc1
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments