forked from qt-creator/qt-creator
		
	Fix quoting in git commit, fixes committing for me on windows
Reviewed-By: Ossi
This commit is contained in:
		@@ -63,9 +63,9 @@ QString GitSubmitEditorPanelData::authorString() const
 | 
			
		||||
    QString rc;
 | 
			
		||||
    rc += QLatin1Char('"');
 | 
			
		||||
    rc += author;
 | 
			
		||||
    rc += QLatin1String(" <");
 | 
			
		||||
    rc += QLatin1String("\" <");
 | 
			
		||||
    rc += email;
 | 
			
		||||
    rc += QLatin1String(">\"");
 | 
			
		||||
    rc += QLatin1Char('>');
 | 
			
		||||
    return rc;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user