>>>>> "Shawn" == Shawn O Pearce <spearce@xxxxxxxxxxx> writes: >> [ls-files] is vastly more efficient than find(1) or a --recursive >> call to grep(1). Shawn> How about using "git grep" then? No need for ls-files... I often filter the list of files before passing them to xargs, so git grep helps for some use cases, but not all. Also, (at least as of 1.6.0.2.307.gc427), git grep does not support -P (Perl compatible regexps) or --color. -JimC -- James Cloos <cloos@xxxxxxxxxxx> OpenPGP: 1024D/ED7DAEA6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html