Document the --(no-)edit switch of git-revert and git-cherry-pick
[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++) {