author | Jeff King <peff@peff.net> | |
Thu, 21 Feb 2008 00:00:32 +0000 (19:00 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 21 Feb 2008 04:21:43 +0000 (20:21 -0800) | ||
commit | c1867cea90f8e7ee8e1be3fc07a402dde1b2666d | |
tree | 2b87907a3b44e407605ecd7b36756a302c20de36 | tree | snapshot |
parent | 9a13ba1bed0e573a7c4523c0c8ed8465c9f341bb | commit | diff |
git_config_*: don't assume we are parsing a config file
These functions get called by other code, including parsing
config options from the command line. In that case,
config_file_name is NULL, leading to an ugly message or even
a segfault on some implementations of printf.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
These functions get called by other code, including parsing
config options from the command line. In that case,
config_file_name is NULL, leading to an ugly message or even
a segfault on some implementations of printf.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c | diff | blob | history |