dotfiles/jujutsu/.config/jj/config.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
622 B
TOML
Raw Permalink Normal View History

2024-12-09 09:57:52 +01:00
[diff.git]
context = 10
[merge-tools.diffconflicts]
program = "nvim"
merge-args = ["-c", "JJDiffConflicts!", "$output"]
merge-tool-edits-conflict-markers = true
[revset-aliases]
"immutable_heads()" = "present(trunk()) | tags() | (trunk().. & ~mine())"
[signing]
sign-all = false
backend = "gpg"
key = "6F6A0609C12038F3"
[ui]
default-command = ["log", "-r", "all()", "--limit", "15"]
diff.format = "git"
diff.tool = ["difft", "--color=always", "$left", "$right"]
editor = "nvim"
[user]
name = "Sanchayan Maity"
email = "me@sanchayanmaity.net"