From: Thiago Macieira Date: Mon, 24 Dec 2007 13:20:53 +0000 (-0200) Subject: Extra newline after the reset command X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/commitdiff_plain/2cdbbd82ef50b105e53aa7c6d978fb072681218c Extra newline after the reset command --- diff --git a/src/repository.cpp b/src/repository.cpp index c3f52fb..708db1a 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -69,7 +69,7 @@ void Repository::reloadBranches() if (branchExists) { startFastImport(); fastImport.write("reset " + branchRef.toUtf8() + - "\nfrom " + branchRef.toUtf8() + "^0\n"); + "\nfrom " + branchRef.toUtf8() + "^0\n\n"); it->isCreated = true; } }