diff options
author | Orgad Shaneh <[email protected]> | 2013-04-23 22:13:38 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2013-04-29 11:01:05 +0200 |
commit | a5962841cf75fbc877f0b56e5de6f32d76e6e02c (patch) | |
tree | bbc83764c0fd83e20a1a8de20af84d8fbfcaae2c /src/plugins/git/gitclient.h | |
parent | 48b9747550d555e5cde18146c55ed499a6744e36 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 046c9ae9543..b56142138cc 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -137,8 +137,6 @@ public: void merge(const QString &workingDirectory, const QStringList &unmergedFileNames = QStringList()); void status(const QString &workingDirectory); - void graphLog(const QString &workingDirectory) { graphLog(workingDirectory, QString()); } - void graphLog(const QString &workingDirectory, const QString &branch); void log(const QString &workingDirectory, const QStringList &fileNames = QStringList(), bool enableAnnotationContextMenu = false, const QStringList &args = QStringList()); void blame(const QString &workingDirectory, const QStringList &args, const QString &fileName, |