Files
XCDesktop/remote/gitea/data/home/.gitconfig
2026-03-08 01:34:54 +08:00

24 lines
397 B
INI

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