29 lines
495 B
Cheetah
29 lines
495 B
Cheetah
[user]
|
|
name = {{ .name | quote }}
|
|
email = {{ .email | quote }}
|
|
|
|
[git]
|
|
push-bookmark-prefix = "202410_{{ .github }}_jj_"
|
|
private-commits = "description(glob:'private:*')"
|
|
|
|
[revset-aliases]
|
|
'stack()' = 'main..@'
|
|
|
|
[ui]
|
|
default-command = ["log"]
|
|
pager = "delta"
|
|
|
|
[ui.diff]
|
|
format = "git"
|
|
|
|
[merge-tools.delta]
|
|
diff-args = [
|
|
"--color-only",
|
|
"--features", "chameleon",
|
|
"--navigate",
|
|
"--dark",
|
|
"--side-by-side",
|
|
"--true-color", "always",
|
|
"--syntax-theme", "base16",
|
|
"$left", "$right",
|
|
]
|