author | Jeff King <peff@peff.net> | |
Tue, 24 May 2011 22:49:36 +0000 (18:49 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 24 May 2011 23:20:48 +0000 (16:20 -0700) | ||
commit | 3ddf0968c2f64a9f9fa6880d9c22d40459c88335 | |
tree | 3c0a3bcbbdd3cb2f9d83b9e6bed3879977b45a64 | tree | snapshot |
parent | dbdf5854b21852676de6a8baf052147217ce809b | commit | diff |
config: make environment parsing routines static
Nobody outside of git_config_from_parameters should need
to use the GIT_CONFIG_PARAMETERS parsing functions, so let's
make them private.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Nobody outside of git_config_from_parameters should need
to use the GIT_CONFIG_PARAMETERS parsing functions, so let's
make them private.
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 |