]> andersk Git - svn-all-fast-export.git/blobdiff - src/repository.cpp
Bugfix: don't forget the newline after the commit message
[svn-all-fast-export.git] / src / repository.cpp
index bec114b4553c9fea8842e85bc7cf3682ad7a544c..0e9226fbf81efd5c336b22ac47811a59f92a5590 100644 (file)
@@ -211,6 +211,7 @@ void Repository::Transaction::commit()
     }
 
     repository->fastImport.write(message);
+    repository->fastImport.putChar('\n');
 
     // write the file deletions
     if (deletedFiles.contains(""))
This page took 0.024217 seconds and 4 git commands to generate.