[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[advice]
	detachedhead = false
[versionsort]
	suffix = -rc
[remote "origin"]
	url = https://github.com/apache/incubator-annotator.git
	tagOpt = --no-tags
	fetch = +refs/heads/main:refs/remotes/origin/main
[branch "main"]
	remote = origin
	merge = refs/heads/main
