]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/blame.c
logmsg_reencode: return const buffer
[thirdparty/git.git] / builtin / blame.c
index 6e22bdfbfab9088bb58f67c3fc07dd819ed5bec5..85a36813069f91e3a9b8ea5aa172d015265b9385 100644 (file)
@@ -1405,7 +1405,7 @@ static void get_commit_info(struct commit *commit,
 {
        int len;
        const char *subject, *encoding;
-       char *message;
+       const char *message;
 
        commit_info_init(ret);