]> code.delx.au - gnu-emacs-elpa/commit
Git grep using emacs grep, instead of broken vc-git-grep.
authorKen Manheimer <ken.manheimer@gmail.com>
Mon, 12 Oct 2015 16:27:54 +0000 (12:27 -0400)
committerKen Manheimer <ken.manheimer@gmail.com>
Mon, 12 Oct 2015 16:27:54 +0000 (12:27 -0400)
commit1773740a755982acd35c5686b4163cd4830423f8
tree2cce7815b84352cd353bb2b608dc7790a0546101
parentb2b6daeb919cff0bcd119855933e3284ade03cf6
Git grep using emacs grep, instead of broken vc-git-grep.

Google search first-hits this github gist wrapping of git grep with
emacs grep mode. I adjusted it a little to properly use '--no-pager'.

(vc-git-grep use of grep-find (or whatever) to dwim always does The
Wrong Thing, requiring finagling of the arguments and editing of the
command, before submitting it.)
gistfile1.el