forked from qt-creator/qt-creator
Git: Show diff-stat in change selection dialog
To list pairs of changes/files from commit. Also replaced `log -n1' with 'show'. Change-Id: I5f62e58c085ad45fa76acfdf5e0a273ff3fa86e9 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -252,7 +252,7 @@ void ChangeSelectionDialog::recalculateDetails()
|
||||
}
|
||||
|
||||
QStringList args;
|
||||
args << QLatin1String("log") << QLatin1String("-n1") << ref;
|
||||
args << QLatin1String("show") << QLatin1String("--stat=80") << ref;
|
||||
|
||||
m_process = new QProcess(this);
|
||||
m_process->setWorkingDirectory(workingDir);
|
||||
|
||||
Reference in New Issue
Block a user