Variable: projectile-git-command

projectile-git-command is a customizable variable defined in projectile.el.

Value

"git ls-files -zco --exclude-standard"

Documentation

Command used by projectile to get the files in a git project.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-git-command "git ls-files -zco --exclude-standard"
  "Command used by projectile to get the files in a git project."
  :group 'projectile
  :type 'string)