X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit-tree.c;h=b1ef0b590ab879fbbc93d04a2f8f488a223ea58d;hb=d1c5f2a42d7b5c0e3d3862212dea1f09809c4963;hp=d545f62aaa48f2fb9f3aff5fd422c7ab32d94c62;hpb=07ee0d77c66d6f356cd3f82435e67510779aa53c;p=git.git diff --git a/commit-tree.c b/commit-tree.c index d545f62a..b1ef0b59 100644 --- a/commit-tree.c +++ b/commit-tree.c @@ -64,7 +64,7 @@ static void check_valid(unsigned char *sha1, const char *expect) #define MAXPARENT (16) static unsigned char parent_sha1[MAXPARENT][20]; -static char *commit_tree_usage = "git-commit-tree [-p ]* < changelog"; +static const char commit_tree_usage[] = "git-commit-tree [-p ]* < changelog"; static int new_parent(int idx) {