]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pretty.h
format-patch: return an allocated string from log_write_email_headers()
[thirdparty/git.git] / pretty.h
index 021bc1d6582414ea89543c36098eb76c0312a8ee..9cc9e5d42b8525a40698420d8a3a6ad09742498a 100644 (file)
--- a/pretty.h
+++ b/pretty.h
@@ -35,7 +35,7 @@ struct pretty_print_context {
         */
        enum cmit_fmt fmt;
        int abbrev;
-       const char *after_subject;
+       char *after_subject;
        int preserve_subject;
        struct date_mode date_mode;
        unsigned date_mode_explicit:1;