[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = https://github.com/almithani/reddicomments-plugin.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[svn-remote "svn"]
	url = http://plugins.svn.wordpress.org
	fetch = reddicomments/trunk:refs/remotes/trunk
	branches = reddicomments/branches/*:refs/remotes/*
	tags = reddicomments/tags/*:refs/remotes/tags/*
