Variable: projectile-jj-command
projectile-jj-command is a customizable variable defined in
projectile.el.
Value
"jj file list -T 'path ++ \"\\0\"' --no-pager ."
Documentation
Command used by projectile to get the files in a Jujutsu 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-jj-command "jj file list -T 'path ++ \"\\0\"' --no-pager ."
"Command used by projectile to get the files in a Jujutsu project."
:group 'projectile
:type 'string
:package-version '(projectile . "2.9.0"))