builtin/apply: move 'apply_verbosely' global into 'struct apply_state'
[gitweb.git] / commit.h
index a7ef682b5a6424bf8575851a5ec52eaa84492a59..b06db4d5d9004e329a2a04de3d9af71a3578ef9d 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -147,7 +147,7 @@ struct pretty_print_context {
        int preserve_subject;
        struct date_mode date_mode;
        unsigned date_mode_explicit:1;
-       unsigned expand_tabs_in_log:1;
+       int expand_tabs_in_log;
        int need_8bit_cte;
        char *notes_message;
        struct reflog_walk_info *reflog_info;