On Thu, Feb 25, 2016 at 11:59 PM, Jeff King <peff@xxxxxxxx> wrote: > Right. The "git-config" program doesn't know about the semantics of > particular values (remember that in the early days, there were many > porcelains which built on top of git, and they could all store their own > config). Using "--get" implements "last one wins" semantics, which > is what most config variables want. You can use "--get-all" to see all > instances of a multi-valued variable. > And note that several libraries of hooks and git extensions store configuration there as well, not just traditional porcelain. (Though maybe that is considered porcelain? Not really sure on the term here). I do this myself for several custom git hooks. Thanks, Jake -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html