Skip to content

Commit dbbc7df

Browse files
committed
correct parameters
1 parent 5f85c82 commit dbbc7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PBWebHistoryController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ - (void)selectCommit:(NSString *)sha
226226

227227
- (void) openFileMerge:(NSString*)file sha:(NSString *)sha
228228
{
229-
NSArray *args=[NSArray arrayWithObjects:@"difftool",@"--no-prompt",@"--tool=opendiff",[NSString stringWithFormat:@"%@^",sha],sha,file,nil];
229+
NSArray *args=[NSArray arrayWithObjects:@"difftool",@"--no-prompt",@"--tool=opendiff",[NSString stringWithFormat:@"%@^",sha],sha,@"--",file,nil];
230230
[historyController.repository handleForArguments:args];
231231
}
232232

0 commit comments

Comments
 (0)