mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-08 10:08:40 +08:00
The comment about classify_bookmark_push_action() was also removed because --bookmark=NAME supports auto-tracking.
11 lines
278 B
TOML
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"
|