https://github.com/fbartho/gitx/commit/5f632170f6b1f68daf97e23d94b763ccb0725d06
Permit file searching for files that have spaces in their filepath. If you want
to search for multiple file paths at once, you'll have to use a separate buffer
(aka stickies) to list each file on separate lines.
fbartho (author)
PBHistorySearchController.m
View file @ 5f63217
@@ -411,7 +411,7 @@
break;
case kGitXPathSearchMode:
[searchArguments addObject:@"--"];
- [searchArguments addObjectsFromArray:[searchString
componentsSeparatedByCharactersInSet:[NSCharacterSet
whitespaceAndNewlineCharacterSet]]];
+ [searchArguments addObjectsFromArray:[searchString
componentsSeparatedByCharactersInSet:[NSCharacterSet newlineCharacterSet]]];
break;
default:
return;
Frederic Barthelemy
[email protected]
1 (209) 565-COOL