This commit is contained in:
2025-08-04 19:37:17 +02:00
parent bb1781500e
commit 04c72b75d1
2 changed files with 41 additions and 0 deletions

23
gitconfig Normal file
View File

@@ -0,0 +1,23 @@
[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