Git: Find renames and copies on Show

Change-Id: I453956908bf4c99f42d1239cf793d3ea1c91fdde
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
Orgad Shaneh
2014-09-29 00:55:42 +03:00
committed by Orgad Shaneh
parent 0b1b080cb3
commit 5671676ff5

View File

@@ -243,6 +243,8 @@ void GitDiffHandler::slotShowDescriptionReceived(const QString &description)
postCollectTextualDiffOutputUsingShowCommand(QStringList()
<< QLatin1String("--format=format:") // omit header, already generated
<< QLatin1String("-M")
<< QLatin1String("-C")
<< QLatin1String(noColorOption)
<< QLatin1String(decorateOption)
<< m_id);