From kde-commits Sat Jul 19 12:59:26 2003 From: Andras Mantia Date: Sat, 19 Jul 2003 12:59:26 +0000 To: kde-commits Subject: kdevelop/parts/cvs X-MARC-Message: https://marc.info/?l=kde-commits&m=105861957109765 CVS commit by amantia: Add newlines at the end of each commit log line, so you can use CCMAIL even if committing from Gideon. CCMAIL: amantia@freemail.hu ;-) M +1 -1 cvspart.cpp 1.57 --- kdevelop/parts/cvs/cvspart.cpp #1.56:1.57 @@ -669,5 +669,5 @@ void CvsPart::commit( const KURL::List& QStringList fileList = quoted( URLUtil::toRelativePaths( project()->projectDirectory(), urlList ) ); // 1. Commit changes to the actual file - QString command = buildCommitCmd( project()->projectDirectory(), fileList, dlg.logMessage().join( "" ) ); + QString command = buildCommitCmd( project()->projectDirectory(), fileList, dlg.logMessage().join( "\n" ) ); kdDebug( 9000 ) << "I'll run commit with this command: " << command << endl;