diff options
author | Francois Ferrand <[email protected]> | 2011-10-03 14:17:03 +0200 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2012-03-12 15:49:17 +0100 |
commit | 4d1bbebf2ad06ba1e3aaf5171addad08be21a6f5 (patch) | |
tree | c640821736d81d4f03733a106588e8d1c545472b /src/plugins/git/gitclient.h | |
parent | 2ba3f6c929a23858e37ff7367001e113160b3854 (diff) |
Git: Add customizable repository browser command.
Change-Id: Iac297e3665b18d97ca80097c4dd33dd70e64b9a1
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, 2 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 00bad95e531..434a860e091 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -215,6 +215,8 @@ public: QString *errorMessage = 0, bool *onBranch = 0); void launchGitK(const QString &workingDirectory); + void launchRepositoryBrowser(const QString &workingDirectory); + QStringList synchronousRepositoryBranches(const QString &repositoryURL); GitSettings *settings() const; |