diff options
Diffstat (limited to 'update-ref.c')
-rw-r--r-- | update-ref.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-ref.c b/update-ref.c index e6fbddbab6..ba4bf5153e 100644 --- a/update-ref.c +++ b/update-ref.c @@ -25,6 +25,7 @@ int main(int argc, char **argv) int fd, written; setup_git_directory(); + git_config(git_default_config); if (argc < 3 || argc > 4) usage(git_update_ref_usage); |