pretty: allow tweaking tabwidth in --expand-tabs
[gitweb.git] / revision.h
index 23857c0ed1d7a304c848842711a920e678fd506d..6cc36b49c59cc2265040eaa033e4f0e5c607ea48 100644 (file)
@@ -148,6 +148,8 @@ struct rev_info {
                        linear:1;
 
        struct date_mode date_mode;
+       int             expand_tabs_in_log; /* unset if negative */
+       int             expand_tabs_in_log_default;
 
        unsigned int    abbrev;
        enum cmit_fmt   commit_format;