[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[remote "origin"]
	url = https://github.com/uglide/qredisclient.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "3rdparty/asyncfuture"]
	active = true
	url = https://github.com/benlau/asyncfuture.git
[submodule "3rdparty/hiredis"]
	active = true
	url = https://github.com/redis/hiredis.git
