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
234
234
235
235
* With a recent update to refuse access to repositories of other
236
236
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).
240
239
241
240
* The tests that ensured merges stop when interfering local changes
242
241
are present did not make sure that local changes are preserved; now
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.37.0-rc1 ; # not quite
4
+ DEF_VER=v2.37.0-rc1
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments