Follow name changes when searching for file paths to get the full history.

This commit is contained in:
Uwe Hees
2011-04-15 12:36:05 +02:00
committed by Uwe Hees
parent ff1cf329b1
commit 5fc5929e2f
+1
View File
@@ -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;