.dotfiles/.gitconfig
Saibotk e27ae8ebf9
fix(git): remove global ignore revs file
Sadly, git just flat out errors when this file is not present.

This breaks git blame in many projects. So we removed this option here.
This can still be configured per project.
2025-01-24 23:46:44 +01:00

44 lines
972 B
INI

[user]
email = git@saibotk.de
name = Saibotk
signingKey = D6D71F8629D98610A9EED6917688BE2AC0E0113D
[gpg]
program = gpg
[commit]
gpgSign = true
[tag]
forceSignAnnotated = true
sort = taggerdate
[diff]
algorithm = histogram
submodule = log
[alias]
append = town append
diff-parent = town diff-parent
hack = town hack
kill = town kill
prepend = town prepend
propose = town propose
rename-branch = town rename-branch
repo = town repo
ship = town ship
sync = town sync
pr = town
[git-town]
sync-feature-strategy = rebase
[rerere]
enabled = true
[merge]
conflictstyle = zdiff3
[rebase]
autosquash = true
[core]
pager = delta
[submodule]
recurse = true
[status]
submoduleSummary = true
[branch]
sort = -committerdate
[push]
autoSetupRemote = true