]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pretty.h
Merge branch 'jt/t5500-unflake'
[thirdparty/git.git] / pretty.h
index 4ad1fc31ff33408881abf2ea5e28ab813d6c1f85..071f2fb8e449cee51c6556998b416c4fa7c8005a 100644 (file)
--- a/pretty.h
+++ b/pretty.h
@@ -43,6 +43,7 @@ struct pretty_print_context {
        struct string_list *mailmap;
        int color;
        struct ident_split *from_ident;
+       unsigned encode_email_headers:1;
 
        /*
         * Fields below here are manipulated internally by pp_* functions and