What system does git-config
use to manage configuration? Is it something that's publicly available as a stand-alone library/tool? or is it tightly interwined into git?
I'd like to have something like it for my project.
Is there a library that I can use which provides similar functionality? Or should I just write my own tool/library?