add a todo

This commit is contained in:
Hylke Bons 2010-06-20 14:40:39 +01:00
parent 7dd7007c83
commit 7bb87ef354

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;