jj/cli/tests/sample-configs/valid/git.toml
Yuya Nishihara 3a8b83d1fc cli: git-push: make "change" bookmark names templated
Someone asked this on Discord, and it's useful if the bookmark name should
include e.g. issue number (which can be extracted from commit description.)
2025-07-02 01:55:59 +00:00

11 lines
293 B
TOML

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