Variable: projectile-git-fd-args
projectile-git-fd-args is a customizable variable defined in
projectile.el.
Value
"-H -0 -E .git -tf --strip-cwd-prefix -c never"
Documentation
Arguments to fd used to re-implement git ls-files.
This is used with projectile-fd-executable when projectile-git-use-fd
is non-nil.
This variable was added, or its default value changed, in projectile version 2.8.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-git-fd-args "-H -0 -E .git -tf --strip-cwd-prefix -c never"
"Arguments to fd used to re-implement `git ls-files'.
This is used with `projectile-fd-executable' when `projectile-git-use-fd'
is non-nil."
:group 'projectile
:type 'string
:package-version '(projectile . "2.8.0"))