forked from qt-creator/qt-creator
VCS: Use a single filename for log
The list always contains a single entry (or none) anyway Take 2. This time it actually compiles ;-) Change-Id: I71a9822360a9b569ba79afa0f575e27918bb2e03 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
92afe048ef
commit
35798d4ad6
@@ -315,7 +315,7 @@ void BranchDialog::log()
|
||||
if (branchName.isEmpty())
|
||||
return;
|
||||
// Do not pass working dir by reference since it might change
|
||||
GitPlugin::instance()->gitClient()->log(QString(m_repository), QStringList(), false, QStringList(branchName));
|
||||
GitPlugin::instance()->gitClient()->log(QString(m_repository), QString(), false, QStringList(branchName));
|
||||
}
|
||||
|
||||
void BranchDialog::merge()
|
||||
|
||||
Reference in New Issue
Block a user