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 5b0ea28346..f4d974a7b8 100644 --- a/builtin-log.c +++ b/builtin-log.c @@ -51,6 +51,7 @@ int cmd_whatchanged(int argc, const char **argv, char **envp) init_revisions(&rev); rev.diff = 1; rev.diffopt.recursive = 1; + rev.simplify_history = 0; return cmd_log_wc(argc, argv, envp, &rev); } |