mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Follow name changes when searching for file paths to get the full history.
This commit is contained in:
@@ -410,6 +410,7 @@
|
||||
[searchArguments addObject:[NSString stringWithFormat:@"-S%@", searchString]];
|
||||
break;
|
||||
case kGitXPathSearchMode:
|
||||
[searchArguments addObject:@"--follow"];
|
||||
[searchArguments addObject:@"--"];
|
||||
[searchArguments addObjectsFromArray:[searchString componentsSeparatedByCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]]];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user