diff --git a/projectile.el b/projectile.el index ea9e1d09..f4893c3b 100644 --- a/projectile.el +++ b/projectile.el @@ -757,7 +757,7 @@ Set to nil to disable listing submodules contents." :group 'projectile :type 'string) -(defcustom projectile-jj-command "jj file list --no-pager . | tr '\\n' '\\0'" +(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