Variable: projectile-use-git-grep

projectile-use-git-grep is a customizable variable defined in projectile.el.

Value

nil

Documentation

Whether projectile-grep delegates to vc-git-grep in git projects.

Only affects projectile-grep; the other search commands and the backends of projectile-search ignore this.

This variable was added, or its default value changed, in projectile version 0.11.0.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-use-git-grep nil
  "Whether `projectile-grep' delegates to `vc-git-grep' in git projects.

Only affects `projectile-grep'; the other search commands and the
backends of `projectile-search' ignore this."
  :group 'projectile
  :type 'boolean
  :package-version '(projectile . "0.11.0"))