Variable: projectile-use-git-grep
projectile-use-git-grep is a customizable variable defined in
projectile.el.
Value
nil
Documentation
If true, use vc-git-grep in git projects.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-use-git-grep nil
"If true, use `vc-git-grep' in git projects."
:group 'projectile
:type 'boolean)