Files
jj-vcs-jj/cli/tests/sample-configs/valid/git.toml
Yuya Nishihara 17a8069a08 cli: git: remove deprecated push-new-bookmarks and --allow-new option
The comment about classify_bookmark_push_action() was also removed because
--bookmark=NAME supports auto-tracking.
2026-05-29 11:50:31 +00:00

11 lines
278 B
TOML

#:schema ../../../src/config-schema.json
[git]
abandon-unreachable-commits = false
fetch = ["origin", "fork"]
push = "fork"
record-synthetic-predecessors = false
sign-on-push = true
subprocess = false
write-change-id-header = true
executable-path = "/home/linus/.local/bin/git"