diff options
Diffstat (limited to 'builtin-log.c')
-rw-r--r-- | builtin-log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-log.c b/builtin-log.c index 82ea07b1bd..b164717379 100644 --- a/builtin-log.c +++ b/builtin-log.c @@ -60,6 +60,7 @@ static void cmd_log_init(int argc, const char **argv, const char *prefix, } else die("unrecognized argument: %s", arg); } + DIFF_OPT_SET(&rev->diffopt, ALLOW_TEXTCONV); } /* |