forked from qt-creator/qt-creator
Git: Show success message on push
Change-Id: I78433d7c7aec65fbafcba49fabf0562571dfbeff Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
9dadec8fc4
commit
2559ad48a8
@@ -2835,7 +2835,8 @@ void GitClient::subversionLog(const QString &workingDirectory)
|
||||
|
||||
void GitClient::push(const QString &workingDirectory, const QStringList &pushArgs)
|
||||
{
|
||||
vcsExec(workingDirectory, QStringList({"push"}) + pushArgs, nullptr, true);
|
||||
vcsExec(workingDirectory, QStringList({"push"}) + pushArgs, nullptr, true,
|
||||
VcsCommand::ShowSuccessMessage);
|
||||
}
|
||||
|
||||
bool GitClient::synchronousMerge(const QString &workingDirectory, const QString &branch,
|
||||
|
Reference in New Issue
Block a user