X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-symbolic-ref.c;h=bfc78bb3f6eff2f8e39649b9649ae7263f143ad9;hb=6e2dfb1631b3c40574e6f940498f3889607c3ef8;hp=d33982b967e7665ae79fb186435d9ed9aabb907b;hpb=7ae512b7da17e8f8c474fa80fb44b023c6f83882;p=git.git diff --git a/builtin-symbolic-ref.c b/builtin-symbolic-ref.c index d33982b96..bfc78bb3f 100644 --- a/builtin-symbolic-ref.c +++ b/builtin-symbolic-ref.c @@ -4,7 +4,7 @@ #include "parse-options.h" static const char * const git_symbolic_ref_usage[] = { - "git-symbolic-ref [options] name [ref]", + "git symbolic-ref [options] name [ref]", NULL }; @@ -35,7 +35,7 @@ int cmd_symbolic_ref(int argc, const char **argv, const char *prefix) OPT_END(), }; - git_config(git_default_config); + git_config(git_default_config, NULL); argc = parse_options(argc, argv, options, git_symbolic_ref_usage, 0); if (msg &&!*msg) die("Refusing to perform update with empty message");