Skip to content

Commit

Permalink
Follow name changes when searching for file paths to get the full his…
Browse files Browse the repository at this point in the history
…tory.
  • Loading branch information
Uwe Hees authored and RomainMuller committed May 8, 2011
1 parent 02d04c2 commit 203cb20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PBHistorySearchController.m
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ - (void)startBackgroundSearch
[searchArguments addObject:[NSString stringWithFormat:@"-S%@", searchString]];
break;
case kGitXPathSearchMode:
[searchArguments addObject:@"--follow"];
[searchArguments addObject:@"--"];
[searchArguments addObjectsFromArray:[searchString componentsSeparatedByCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]]];
break;
Expand Down

0 comments on commit 203cb20

Please sign in to comment.