Variable: projectile-sapling-command

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

Value

"sl locate -0 -I ."

Documentation

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

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

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-sapling-command "sl locate -0 -I ."
  "Command used by projectile to get the files in a Sapling project."
  :group 'projectile
  :type 'string
  :package-version '(projectile . "2.9.0"))