forked from qt-creator/qt-creator
		
	Git: Use StashGuard inside RebaseManager
If the rebase succeeds without conflicts, pop Change-Id: I4f0c6ad3061f4f69f7e5c9450f972cce5c15227d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
		
				
					committed by
					
						
						Orgad Shaneh
					
				
			
			
				
	
			
			
			
						parent
						
							fb40fd8297
						
					
				
				
					commit
					5d325f6b1a
				
			@@ -237,7 +237,8 @@ public:
 | 
			
		||||
                           const QString &topicBranch = QString());
 | 
			
		||||
    bool synchronousRevert(const QString &workingDirectory, const QString &commit);
 | 
			
		||||
    bool synchronousCherryPick(const QString &workingDirectory, const QString &commit);
 | 
			
		||||
    void interactiveRebase(const QString &workingDirectory, const QString &commit);
 | 
			
		||||
    void interactiveRebase(const QString &workingDirectory, const QString &commit,
 | 
			
		||||
                           StashGuard &stashGuard);
 | 
			
		||||
    void synchronousAbortCommand(const QString &workingDir, const QString &abortCommand);
 | 
			
		||||
 | 
			
		||||
    // git svn support (asynchronous).
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user