We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
projectile-jj-command
1 parent 1df5ccf commit 874ccb3Copy full SHA for 874ccb3
projectile.el
@@ -727,7 +727,7 @@ Set to nil to disable listing submodules contents."
727
:group 'projectile
728
:type 'string)
729
730
-(defcustom projectile-jj-command "jj files --no-pager ."
+(defcustom projectile-jj-command "jj files --no-pager . | tr '\\n' '\\0'"
731
"Command used by projectile to get the files in a Jujutsu project."
732
733
:type 'string
0 commit comments