diff --git a/src/git.cpp b/src/git.cpp index 6a5a44c..ace7340 100644 --- a/src/git.cpp +++ b/src/git.cpp @@ -2191,7 +2191,7 @@ bool Git::startRevList(SCList args, FileHistory* fh) { then, with this option, file history is truncated to the file deletion revision. */ - initCmd << QString("-r -m -p --full-index").split(' '); + initCmd << QString("-r -m -p --full-index --simplify-merges").split(' '); } else {} // initCmd << QString("--early-output"); currently disabled