forked from qt-creator/qt-creator
		
	Git: Fully set up VcsCommand before executing it
Change-Id: Ia3ccc95a70b831ae999e3176f661d12712958bfc Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
		@@ -1722,8 +1722,8 @@ void GitClient::branchesForCommit(const QString &revision)
 | 
			
		||||
            SLOT(branchesForCommitReceived(QString)));
 | 
			
		||||
 | 
			
		||||
    command->addJob(arguments, -1);
 | 
			
		||||
    command->execute();
 | 
			
		||||
    command->setCookie(workingDirectory);
 | 
			
		||||
    command->execute();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool GitClient::isRemoteCommit(const QString &workingDirectory, const QString &commit)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user