author | Jeff King <peff@peff.net> | |
Thu, 9 Jun 2011 15:56:42 +0000 (11:56 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 22 Jun 2011 18:25:21 +0000 (11:25 -0700) | ||
commit | 2496844bb2e5410019bf51c10b1f3068b621fa27 | |
tree | bbce78110ac31de670a299aea96165198531c423 | tree | snapshot |
parent | 615ff912c5b30f70d5b0d1f6d6764327a3ecd337 | commit | diff |
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>
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 | diff | blob | history | |
config.c | diff | blob | history |