We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1cf32 commit 5fc5929Copy full SHA for 5fc5929
PBHistorySearchController.m
@@ -410,6 +410,7 @@ - (void)startBackgroundSearch
410
[searchArguments addObject:[NSString stringWithFormat:@"-S%@", searchString]];
411
break;
412
case kGitXPathSearchMode:
413
+ [searchArguments addObject:@"--follow"];
414
[searchArguments addObject:@"--"];
415
[searchArguments addObjectsFromArray:[searchString componentsSeparatedByCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]]];
416
0 commit comments