X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit-tree.c;h=b1ef0b590ab879fbbc93d04a2f8f488a223ea58d;hb=f8e2c54c9a17af3319e96db1d9e97ace36ae6831;hp=d545f62aaa48f2fb9f3aff5fd422c7ab32d94c62;hpb=98e031f0bb6e857c684e6db24d03d22cfc1a532a;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) {