]> git.eshelyaron.com Git - emacs.git/commit
Shell-quote wildcards when invoking 'vc-git-grep'
authorRobert Pluim <rpluim@gmail.com>
Tue, 28 Nov 2017 17:46:38 +0000 (19:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 28 Nov 2017 17:46:38 +0000 (19:46 +0200)
commit6067f0c702e3652a9d489852752f038320cb91ae
tree4cddbbdd75acd11cc04062e027f523a1ebf79ef1
parent0540df10e63ba624a775cfe1bba4124456591cf5
Shell-quote wildcards when invoking 'vc-git-grep'

* lisp/vc/vc-git.el (vc-git-grep): Apply shell quoting to
filename wildcards to ensure globbing is done by git rather
than the shell.  (Bug#29303)
lisp/vc/vc-git.el