diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-16 21:32:44 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-16 21:32:44 -0800 |
commit | 27dedf0c3b78d1072fb5449149421284f9e5297b (patch) | |
tree | 80da2302f50bb1f396611a4a54a6da52a4592bd0 /symbolic-ref.c | |
parent | 60d64db4614b1007ca37c228923ec1964d5ad394 (diff) | |
download | git-27dedf0c3b78d1072fb5449149421284f9e5297b.tar.gz git-27dedf0c3b78d1072fb5449149421284f9e5297b.tar.xz |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'symbolic-ref.c')
-rw-r--r-- | symbolic-ref.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbolic-ref.c b/symbolic-ref.c index a72d7accb..193c87c17 100644 --- a/symbolic-ref.c +++ b/symbolic-ref.c @@ -20,6 +20,7 @@ static void check_symref(const char *HEAD) int main(int argc, const char **argv) { setup_git_directory(); + git_config(git_default_config); switch (argc) { case 2: check_symref(argv[1]); |