29 lines
572 B
Django/Jinja
29 lines
572 B
Django/Jinja
[user]
|
|
name = Gitea
|
|
email = gitea@git.dotya.ml
|
|
signingKey = {{ c.gitconfig.signingKey }}
|
|
[commit]
|
|
gpgsign = true
|
|
[core]
|
|
quotepath = false
|
|
commitGraph = true
|
|
logAllRefUpdates = true
|
|
[gc]
|
|
writeCommitGraph = true
|
|
reflogExpire = 90
|
|
[receive]
|
|
advertisePushOptions = true
|
|
certNonceSeed = "{{ c.gitconfig.certNonceSeed }}"
|
|
procReceiveRefs = refs/for
|
|
[push]
|
|
gpgSign = if-asked
|
|
[uploadpack]
|
|
allowfilter = true
|
|
allowAnySHA1InWant = true
|
|
[safe]
|
|
directory = *
|
|
[fetch]
|
|
writeCommitGraph = true
|
|
[gpg "ssh"]
|
|
allowedSignersFile = {{ c.home }}/.config/git/allowed_signers
|