From 7d9a85ec4892f9204e5fb17e47723054cb168ae5 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 9 May 2025 21:53:53 +0200 Subject: [PATCH] jj: Remove deprecated git subprocess configuration Since jj moved to use git as a subprocess by default a couple versions ago, they now deprecated the git.subprocess configuration option (jj version 0.29). This commit removes it. --- vcs/jj/config/jj/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/vcs/jj/config/jj/config.toml b/vcs/jj/config/jj/config.toml index 9d5368f..8bfa504 100644 --- a/vcs/jj/config/jj/config.toml +++ b/vcs/jj/config/jj/config.toml @@ -8,7 +8,6 @@ key = "73BA40D5AFAF49C9" [git] sign-on-push = true -subprocess = true private-commits = "description(glob-i:'WIP:*') | description(glob-i:'PRIVATE:*')" # refuse to push WIP commits [ui]