branch: elpa/projectile
commit 0404b9b6eeb0c6504337749a366fffd97de2bfbe
Author: sencrash <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Replace jj files with jj file list
---
projectile.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projectile.el b/projectile.el
index b8493388d1..58ea1a10af 100644
--- a/projectile.el
+++ b/projectile.el
@@ -725,7 +725,7 @@ Set to nil to disable listing submodules contents."
:group 'projectile
:type 'string)
-(defcustom projectile-jj-command "jj files --no-pager . | tr '\\n' '\\0'"
+(defcustom projectile-jj-command "jj file list --no-pager . | tr '\\n' '\\0'"
"Command used by projectile to get the files in a Jujutsu project."
:group 'projectile
:type 'string