On Mon, May 01, 2006 at 04:07:04PM +0200, Sam Ravnborg wrote: > > > > I usually do something stupid like: > > git ls-files | grep Kconfig | xargs grep DEBUG > > Which is indeed studip. I just learned I could say: > git ls-files '*/Kconfig*' | xargs grep DEBUG Seems I have confused myself. git grep DEBUG '*/Kconfig*' does indeed work today. And browsing the git grip code that will also support it. Sorry for the noise. Sam - : 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