forked from qt-creator/qt-creator
Git: Support graph log for all log types (file, project, repo)
* Added a Graph toggle button for log editor * Hide diff parameters when Diff is off * Remove GitClient::graphLog Change-Id: Ib87560bc4d6d7dbe866f0e58db8743a95df0622b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
48b9747550
commit
a5962841cf
@@ -285,7 +285,7 @@ void BranchDialog::log()
|
||||
if (branchName.isEmpty())
|
||||
return;
|
||||
// Do not pass working dir by reference since it might change
|
||||
GitPlugin::instance()->gitClient()->graphLog(QString(m_repository), branchName);
|
||||
GitPlugin::instance()->gitClient()->log(QString(m_repository), QStringList(), false, QStringList(branchName));
|
||||
}
|
||||
|
||||
void BranchDialog::merge()
|
||||
|
||||
Reference in New Issue
Block a user