Fugitive.vim allows me to run git grep commands; unfortunately, the results are not stored in a quickfix-list, so I need to run :cw after a :
git grep
:cw
:
This works for me:
:command -nargs=+ Ggr execute 'silent Ggrep!' | cw | redraw!