X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=update-ref.c;h=ba4bf5153efb38914f66658c59784b58d8b69a0a;hb=e0d7d6402d98cb5e07d7428b4af6374180bbf344;hp=e6fbddbab6939023c4bbea9e0b685904dc6ba0b0;hpb=08db81a9f1e4072790f0257f5398e8408e3d6816;p=git.git diff --git a/update-ref.c b/update-ref.c index e6fbddbab..ba4bf5153 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);