log: respect date_mode_explicit with --format:%gd
[gitweb.git] / commit.h
index 14f6a5a2ed91e2176cce4543798774f88a8628b1..048f31ed93603a3df4ca4e36cf1fd12a2198a858 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -82,6 +82,7 @@ struct pretty_print_context {
        const char *after_subject;
        int preserve_subject;
        enum date_mode date_mode;
+       unsigned date_mode_explicit:1;
        int need_8bit_cte;
        int show_notes;
        struct reflog_walk_info *reflog_info;