git-cvsserver: fix breakage when calling git merge-file
In the same vein as8336afa563
, this fixes the the RCS merge to git-merge-file conversion in commite2b70087
. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
8336afa563
commit
c6b4fa96cb
@ -946,7 +946,7 @@ sub req_update
|
||||
|
||||
$log->debug("Temporary directory for merge is $dir");
|
||||
|
||||
my $return = system("git merge-file", $file_local, $file_old, $file_new);
|
||||
my $return = system("git", "merge-file", $file_local, $file_old, $file_new);
|
||||
$return >>= 8;
|
||||
|
||||
if ( $return == 0 )
|
||||
|
Loading…
Reference in New Issue
Block a user