* Eric Blake wrote on Sun, Mar 02, 2008 at 10:34:54PM CET: > According to Ralf Wildenhues on 3/2/2008 2:17 PM: > | find $srcdir -type f | xargs grep $whatever
> 'git grep $whatever' provides a nice shorthand for the above operation, but "ctags -R $srcdir" is lots faster with out-of-tree builds. I knew there still was a valid reason. ;-)