[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = https://github.com/samsoffes/sscatalog.git
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "Vendor/AFNetworking"]
	url = https://github.com/gowalla/AFNetworking.git
[submodule "Vendor/SSToolkit"]
	url = https://github.com/samsoffes/sstoolkit.git
