Skip to content

Commit

Permalink
Merge branch 'jc/cvsserver-perm-bit-fix' into maint
Browse files Browse the repository at this point in the history
* jc/cvsserver-perm-bit-fix:
  cvsserver: pick up the right mode bits
  • Loading branch information
Junio C Hamano committed Oct 17, 2013
2 parents fa0963d + 1b48d56 commit da39d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cvsserver.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit da39d5e

Please sign in to comment.