]> andersk Git - svn-all-fast-export.git/commitdiff
Extra newline after the reset command
authorThiago Macieira <thiago@cassini.local.lan>
Mon, 24 Dec 2007 13:20:53 +0000 (11:20 -0200)
committerThiago Macieira <thiago@cassini.local.lan>
Mon, 24 Dec 2007 13:20:53 +0000 (11:20 -0200)
src/repository.cpp

index c3f52fb1e4e815a73a74708ffa82ceb1d808c6b5..708db1a439581bb74520b69777f17e7fb2195f03 100644 (file)
@@ -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;
         }
     }
This page took 0.030939 seconds and 5 git commands to generate.