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.
This commit is contained in:
Marty Oehme 2025-05-09 21:53:53 +02:00
parent f68a62f377
commit 7d9a85ec48
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -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]