# Identity lives in hosts/<hostname>/git/config, pulled in by the include
# below. Three machines, three identities — one of which was signing personal
# commits as a previous employer until the 2026-09 refit.
[include]
    path = ~/.config/git/identity

[init]
    defaultBranch = main
[pull]
    rebase = false
[core]
    pager = delta
[interactive]
    diffFilter = delta --color-only
