diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index 6ab72681..b3af6c27 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -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;