[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/projectile 874ccb3122 1/2: Fix `projectile-jj-command`
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/projectile 874ccb3122 1/2: Fix `projectile-jj-command` |
Date: |
Mon, 22 Jan 2024 16:00:46 -0500 (EST) |
branch: elpa/projectile
commit 874ccb3122e52b5691eb2ca3fce6887b26e75eb1
Author: Daehyeok Mun <daehyeok@google.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Fix `projectile-jj-command`
---
projectile.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projectile.el b/projectile.el
index 886fdf2028..b7f794f9a3 100644
--- a/projectile.el
+++ b/projectile.el
@@ -727,7 +727,7 @@ Set to nil to disable listing submodules contents."
:group 'projectile
:type 'string)
-(defcustom projectile-jj-command "jj files --no-pager ."
+(defcustom projectile-jj-command "jj files --no-pager . | tr '\\n' '\\0'"
"Command used by projectile to get the files in a Jujutsu project."
:group 'projectile
:type 'string