git-grep while excluding files in a blacklist
From: Dov Grobgeld <hidden>
Date: 2016-06-15 22:52:49
Does git-grep allow searching for a pattern in all files *except* files matching a pattern. E.g. in our project we have multiple DLL's in git, but when searching I would like to exclude these for speed. Is that possible with git-grep? Thanks, Dov