From: Thiago Macieira Date: Thu, 27 Dec 2007 00:38:25 +0000 (-0200) Subject: Bugfix: don't forget the newline after the commit message X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/commitdiff_plain/6b510c52e7486d0f3208f77d5380e42f8616ffb2 Bugfix: don't forget the newline after the commit message --- diff --git a/src/repository.cpp b/src/repository.cpp index bec114b..0e9226f 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -211,6 +211,7 @@ void Repository::Transaction::commit() } repository->fastImport.write(message); + repository->fastImport.putChar('\n'); // write the file deletions if (deletedFiles.contains(""))