22 lines
379 B
INI
22 lines
379 B
INI
[diff]
|
|
algorithm = histogram
|
|
[core]
|
|
logallrefupdates = true
|
|
quotePath = false
|
|
commitGraph = true
|
|
[gc]
|
|
reflogexpire = 90
|
|
writeCommitGraph = true
|
|
[user]
|
|
email = gitea@fake.local
|
|
name = Gitea
|
|
[receive]
|
|
advertisePushOptions = true
|
|
procReceiveRefs = refs/for
|
|
[fetch]
|
|
writeCommitGraph = true
|
|
[safe]
|
|
directory = *
|
|
[uploadpack]
|
|
allowfilter = true
|
|
allowAnySHA1InWant = true
|