Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: git-grep while excluding files in a blacklist

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:52:49

Possibly related (same subject, not in this thread)

Nguyen Thai Ngoc Duy [off-list ref] writes:
On Tue, Jan 17, 2012 at 4:14 PM, Dov Grobgeld [off-list ref] wrote:
quoted
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?
Not from command line, no. You can put "*.dll" to .gitignore file then
"git grep --exclude-standard".
No rush, but is this something we would eventually want to handle with the
negative pathspec?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help