forked from qt-creator/qt-creator
		
	Git: Show success message on rebase --continue
Change-Id: Id9f3bc7fc04831d47e17948891e34bdba768a170 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
		
				
					committed by
					
						
						Orgad Shaneh
					
				
			
			
				
	
			
			
			
						parent
						
							ec944fede7
						
					
				
				
					commit
					9a27b73d44
				
			@@ -2984,6 +2984,7 @@ VcsCommand *GitClient::vcsExecAbortable(const QString &workingDirectory,
 | 
			
		||||
    // Git might request an editor, so this must be done asynchronously and without timeout
 | 
			
		||||
    VcsCommand *command = createCommand(workingDirectory, 0, VcsWindowOutputBind);
 | 
			
		||||
    command->setCookie(workingDirectory);
 | 
			
		||||
    command->addFlags(VcsCommand::ShowSuccessMessage);
 | 
			
		||||
    command->addJob(vcsBinary(), arguments, 0);
 | 
			
		||||
    command->execute();
 | 
			
		||||
    ConflictHandler::attachToCommand(command, abortCommand);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user