Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading