On Mon, Mar 14, 2011 at 3:10 PM, Robert Xu
<robxu9(a)gmail.com> wrote:
On Mon, Mar 14, 2011 at 15:09, Kristopher Gamrat
<pikidalto(a)gmail.com>
wrote:
But surely there's a utility that can search
through the contents of
the patches and pull out possible patches to look at?
no.
...wow, I'd have thought there was, considering that patches are
basically plain text files. First time I can say that I've seen
something in Windows before I saw in in F\OSS.
Um, yes there is. Do this:
find . | xargs grep "Makefile.am" -sl
from within the directory containing the patches
Tim