summaryrefslogtreecommitdiff
path: root/src/plugins/git/gitclient.h
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2020-04-29 18:10:00 +0200
committerAndré Hartmann <aha_1980@gmx.de>2020-05-05 14:23:03 +0000
commitf486ff7dab41bb2e4c139034a4ce159cfa76fe2f (patch)
tree58794ba45919d03de7bb8100262e534896181a42 /src/plugins/git/gitclient.h
parent97165f0cb89921439b4f0c9eee92d8599606ac04 (diff)
downloadqt-creator-f486ff7dab41bb2e4c139034a4ce159cfa76fe2f.tar.gz
Git: Add git bash to tools menu
Can be useful to perform tasks that don't have a dedicated UI in Creator. In my setup, git bash was directly in the git installation folder %ProgramFiles%\Git and therefore one level above git.exe itself. Change-Id: I1ca0d3439690170d7fb840bca17e2c412effe0a4 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r--src/plugins/git/gitclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h
index 837704d6f9..72ca26455f 100644
--- a/src/plugins/git/gitclient.h
+++ b/src/plugins/git/gitclient.h
@@ -336,6 +336,7 @@ public:
void launchGitK(const QString &workingDirectory) const { launchGitK(workingDirectory, QString()); }
bool launchGitGui(const QString &workingDirectory);
Utils::FilePath gitBinDirectory() const;
+ bool launchGitBash(const QString &workingDirectory);
void launchRepositoryBrowser(const QString &workingDirectory) const;