add a todo

This commit is contained in:
Hylke Bons 2010-06-20 14:40:39 +01:00
parent f84142c9f5
commit 31b2ac5a61

View file

@ -140,6 +140,7 @@ namespace SparkleShare {
SparkleHelpers.DebugInfo ("Config", "[" + RepoName + "] Cloning repository...");
// TODO: don't freeze the UI while cloning a repo
// Clone into the system's temporary folder
Process.StartInfo.FileName = "git";
Process.StartInfo.WorkingDirectory = SparklePaths.SparkleTmpPath;