Files
TestRepo/gitconfig
2025-08-04 19:37:17 +02:00

23 lines
512 B
Plaintext

[core]
hooksPath = /etc/git/hooks/
quotePath = false
commitGraph = true
logallrefupdates = true
[user]
email = gitea@fake.local
name = Gitea
[receive]
advertisePushOptions = true
procReceiveRefs = refs/for
[gc]
writeCommitGraph = true
reflogexpire = 90
[fetch]
writeCommitGraph = true
[safe]
directory = *
[uploadpack]
allowfilter = true
allowAnySHA1InWant = true
[diff]
algorithm = histogram