Document the --(no-)edit switch of git-revert and git-cherry-pick
[git.git] / pack-objects.c
index 8864a31..a62c9f8 100644 (file)
@@ -473,6 +473,8 @@ int main(int argc, char **argv)
        struct object_entry **list;
        int i;
 
+       setup_git_directory();
+
        for (i = 1; i < argc; i++) {
                const char *arg = argv[i];