I'm searching through my repository (with vim-fugitive's :Ggrep), I have different .js files - the minified ones and the regular ones.
I would like to omit from git grep
the minified files (in other words - the very long lines that match the query). I looked into git help grep
and googled but couldn't find anything. All ideas are welcomed.