summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 74edfde6c7a0d9fc3f396fae6889c2aeb4064801 (plain)
1
2
3
4
5
6
7
8
9
10
[user]
	name = Gitea
	email = gitea@fake.local
[core]
	quotePath = false
	commitGraph = true
[receive]
	advertisePushOptions = true
[gc]
	writeCommitGraph = true