git-merge: Exit with code 2 if no strategy was able to handle the merge.
[git.git] / clone-pack.c
index 9609219..a99a95c 100644 (file)
@@ -271,6 +271,8 @@ int main(int argc, char **argv)
        int fd[2];
        pid_t pid;
 
+       setup_git_directory();
+
        nr_heads = 0;
        heads = NULL;
        for (i = 1; i < argc; i++) {