aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsencrash <scrash@tuta.io>2024-12-25 21:04:58 +0000
committerBozhidar Batsov <bozhidar@batsov.dev>2025-01-06 16:38:56 +0200
commit0404b9b6eeb0c6504337749a366fffd97de2bfbe (patch)
tree7a785a16d97bc718a0a5e11ba778cf91ba9ba7d2
parentd18e308ea9b7473b69f904d40ed4835b3e34d5e2 (diff)
Replace jj files with jj file list
-rw-r--r--projectile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el
index b849338..58ea1a1 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