Skip to content

Commit d78d075

Browse files
committed
Merge branch 'refs/heads/FileMerge_on_diffs'
2 parents 57abefe + dbbc7df commit d78d075

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)