Introduce new pretty formats %g[sdD] for reflog information
[gitweb.git] / commit.h
index 011766dee4cc18d33aaf548f4dc7f1bdf09989ac..15cb64920cda9cb03d1309ea4201a0fe89b3ddae 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -70,6 +70,7 @@ struct pretty_print_context
        const char *after_subject;
        enum date_mode date_mode;
        int need_8bit_cte;
+       struct reflog_walk_info *reflog_info;
 };
 
 extern int non_ascii(int);