On Tue, Mar 4, 2008 at 3:15 PM, Harold Aling h.aling@home.nl wrote:
I'm no grep expert, but --exclude .svn isn't sufficient to hide all .svn entries in the message window(?)
I usually pipe the output to another grep (probably not the most-exact way to do it):
grep -r something * | grep -v .svn