mirror of
https://github.com/git/git.git
synced 2025-03-15 07:12:16 +00:00
git-cvsserver: fix breakage when calling git merge-file
In the same vein as 8336afa563fbeff35e531396273065161181f04c, this fixes the the RCS merge to git-merge-file conversion in commit e2b70087. 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…
x
Reference in New Issue
Block a user