diff --git a/dot_config/git/config.tmpl b/dot_config/git/config.tmpl index ee97d32..29f4c54 100644 --- a/dot_config/git/config.tmpl +++ b/dot_config/git/config.tmpl @@ -7,6 +7,7 @@ excludesfile = #{{ .chezmoi.homeDir }}#/.config/git/ignore quotepath = false commitGraph = true + logallrefupdates = true [color] branch = auto @@ -62,12 +63,25 @@ [receive] advertisePushOptions = true + procReceiveRefs = refs/for [gc] writeCommitGraph = true + reflogexpire = 90 [fetch] prune = true + writeCommitGraph = true + +[diff] + algorithm = histogram + +[safe] + directory = * + +[uploadpack] + allowfilter = true + allowAnySHA1InWant = true #{{ if .development -}}# [url "ssh://git@git.buddy.wtf"]