X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=commit-tree.c;h=e81e530fd4d5a118f814754455d36d83649b3124;hb=b6d8f309d9bbd8193d9b73eb41c6fcdaa8001298;hp=b8dd36f0b8d7b1c49a478b1aae42de5d594897ab;hpb=f1a7eb36b017c62d9a007b6b8660bdeec3f94f97;p=git.git diff --git a/commit-tree.c b/commit-tree.c index b8dd36f0..e81e530f 100644 --- a/commit-tree.c +++ b/commit-tree.c @@ -7,9 +7,7 @@ #include #include -#include #include -#include #define BLOCKING (1ul << 14) @@ -98,7 +96,7 @@ static void check_valid(unsigned char *sha1, const char *expect) */ #define MAXPARENT (16) -static char *commit_tree_usage = "commit-tree [-p ]* < changelog"; +static char *commit_tree_usage = "git-commit-tree [-p ]* < changelog"; int main(int argc, char **argv) {