[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = git@github.com:wolfstudy/pulsar-client-go-1.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "apache"]
	url = git@github.com:apache/pulsar-client-go.git
	fetch = +refs/heads/*:refs/remotes/apache/*
[branch "branch-0.4.0"]
	remote = apache
	merge = refs/heads/master
[remote "xxx"]
	url = git@github.com:xixiss/pulsar-client-go.git
	fetch = +refs/heads/*:refs/remotes/xxx/*
[remote "hahah"]
	url = git@github.com:dferstay/pulsar-client-go.git
	fetch = +refs/heads/*:refs/remotes/hahah/*
[branch "fix-write-to-closed-channel-panic-during-conn-close"]
	remote = hahah
	merge = refs/heads/fix-write-to-closed-channel-panic-during-conn-close
[remote "jiangbo"]
	url = git@github.com:jiangbo9510/pulsar-client-go.git
	fetch = +refs/heads/*:refs/remotes/jiangbo/*
[branch "boojiang-fix_sendtimeout"]
	remote = jiangbo
	merge = refs/heads/boojiang-fix_sendtimeout
[branch "branch-0.6.0"]
	remote = apache
	merge = refs/heads/master
