mirror of
https://github.com/git/git.git
synced 2024-11-27 20:14:30 +08:00
Merge branch 'jc/cvsserver-perm-bit-fix'
"git cvsserver" computed the permission mode bits incorrectly for executable files. * jc/cvsserver-perm-bit-fix: cvsserver: pick up the right mode bits
This commit is contained in:
commit
2f46b53957
@ -4167,7 +4167,7 @@ sub convertToDbMode
|
||||
# this half-converted form, but it isn't currently worth the
|
||||
# backwards compatibility headaches.
|
||||
|
||||
$mode=~/^\d\d(\d)\d{3}$/;
|
||||
$mode=~/^\d{3}(\d)\d\d$/;
|
||||
my $userBits=$1;
|
||||
|
||||
my $dbMode = "";
|
||||
|
Loading…
Reference in New Issue
Block a user