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:
parent
f68a62f377
commit
7d9a85ec48
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ key = "73BA40D5AFAF49C9"
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
sign-on-push = true
|
sign-on-push = true
|
||||||
subprocess = true
|
|
||||||
private-commits = "description(glob-i:'WIP:*') | description(glob-i:'PRIVATE:*')" # refuse to push WIP commits
|
private-commits = "description(glob-i:'WIP:*') | description(glob-i:'PRIVATE:*')" # refuse to push WIP commits
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue