]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
config: make git_config_parse_parameter a public function
authorJeff King <peff@peff.net>
Thu, 9 Jun 2011 15:56:42 +0000 (11:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jun 2011 18:25:21 +0000 (11:25 -0700)
commit2496844bb2e5410019bf51c10b1f3068b621fa27
treebbce78110ac31de670a299aea96165198531c423
parent615ff912c5b30f70d5b0d1f6d6764327a3ecd337
config: make git_config_parse_parameter a public function

We use this internally to parse "git -c core.foo=bar", but
the general format of "key=value" is useful for other
places.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
config.c