#1051452 qgit: Change in git log -m behaviour breaks file history view

Package:
qgit
Source:
qgit
Description:
Qt application for viewing GIT trees
Submitter:
Magnus Holmgren
Date:
2023-09-12 15:33:04 UTC
Severity:
normal
Tags:
#1051452#5
Date:
2023-09-08 07:40:12 UTC
From:
To:
Git 2.36 disabled history simplification when the log subcommand is run with certain --diff-merges styles.
This made QGit's file history view almost useless, because every merge commit is listed as a change to
every file, and annotations don't work. See

https://github.com/tibirna/qgit/issues/129#issuecomment-1710512452

The fix is very simple, and the bug is relatively severe IMHO (I'm leaving it up to you if you want to
classify it as important, though), so I hope that it can be included in a stable update.

https://patch-diff.githubusercontent.com/raw/tibirna/qgit/pull/139.diff