X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit-tree.c;h=4634b50e6aa8bb214da7ebf41d2a8cf34028f531;hb=04fe2a1706b4bd71b604bfe7d7295064440872cf;hp=ea0fdd44e2865e63c6e4750345a30c42e699cf66;hpb=f865a2ad981f72423aa1c19412ce57c543801957;p=git.git diff --git a/commit-tree.c b/commit-tree.c index ea0fdd44..4634b50e 100644 --- a/commit-tree.c +++ b/commit-tree.c @@ -5,9 +5,6 @@ */ #include "cache.h" -#include -#include - #define BLOCKING (1ul << 14) /* @@ -94,6 +91,8 @@ int main(int argc, char **argv) if (argc < 2 || get_sha1_hex(argv[1], tree_sha1) < 0) usage(commit_tree_usage); + setup_git_directory(); + check_valid(tree_sha1, "tree"); for (i = 2; i < argc; i += 2) { char *a, *b;