Skip to content

Commit

Permalink
Merge pull request #140 from millnet-maho/ensure-diffmerges-separate
Browse files Browse the repository at this point in the history
Override any log.diffMerges configuration that could spell disaster for file history parsing
  • Loading branch information
tibirna authored Sep 7, 2023
2 parents 679836a + 74730eb commit df6326c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ bool Git::startParseProc(SCList initCmd, FileHistory* fh, SCRef buf) {

bool Git::startRevList(SCList args, FileHistory* fh) {

QString baseCmd("git log --topo-order --no-color "
QString baseCmd("git -c log.diffMerges=separate log --topo-order --no-color "

#ifndef Q_OS_WIN32
"--log-size " // FIXME broken on Windows
Expand Down

0 comments on commit df6326c

Please sign in to comment.