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