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>
This commit is contained in:
Andre Hartmann
2020-04-29 18:10:00 +02:00
committed by André Hartmann
parent 97165f0cb8
commit f486ff7dab
3 changed files with 35 additions and 0 deletions

View File

@@ -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;