format-patch: preserve subject newlines with -k
[gitweb.git] / commit.h
index 2935740a8da5607f23d6ef446e4ad9da9a92ad4d..e985dcc6e5d3d0f19db8bd691d226d00b234ae98 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -74,6 +74,7 @@ struct pretty_print_context
        int abbrev;
        const char *subject;
        const char *after_subject;
+       int preserve_subject;
        enum date_mode date_mode;
        int need_8bit_cte;
        int show_notes;