Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- credential-cache--daemon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/credential-cache--daemon.c b/credential-cache--daemon.c index caef21e..63ca7c8 100644 --- a/credential-cache--daemon.c +++ b/credential-cache--daemon.c @@ -263,6 +263,8 @@ int main(int argc, const char **argv) OPT_END() }; + git_setup_gettext(); + git_config_get_bool("credentialcache.ignoresighup", &ignore_sighup); argc = parse_options(argc, argv, NULL, options, usage, 0); -- 2.8.0.rc0.205.g7ec8cf1 -- 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