forked from qt-creator/qt-creator
		
	Fixes: Enable multiselection in file list of git submit editor
Details: Refactor the git command to be able to run a batch. Run diff and diff --cached in a batch
This commit is contained in:
		@@ -108,8 +108,7 @@ public slots:
 | 
			
		||||
private slots:
 | 
			
		||||
    void                        diffCurrentFile();
 | 
			
		||||
    void                        diffCurrentProject();
 | 
			
		||||
    void                        submitEditorDiffUnstaged(const QStringList &);
 | 
			
		||||
    void                        submitEditorDiffStaged(const QStringList &);
 | 
			
		||||
    void                        submitEditorDiff(const QStringList &unstaged, const QStringList &staged);
 | 
			
		||||
    void                        submitCurrentLog();
 | 
			
		||||
    void                        statusFile();
 | 
			
		||||
    void                        statusProject();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user