diff --git a/SparkleLib/Git/SparkleRepoGit.cs b/SparkleLib/Git/SparkleRepoGit.cs index 2658e36d..2504ba4b 100644 --- a/SparkleLib/Git/SparkleRepoGit.cs +++ b/SparkleLib/Git/SparkleRepoGit.cs @@ -880,7 +880,7 @@ namespace SparkleLib.Git { string line = git_status.StandardOutput.ReadLine (); if (line.EndsWith (".empty") || line.EndsWith (".empty\"")) - continue; + line = line.Replace (".empty", ""); if (line.StartsWith ("R")) { string path = line.Substring (3, line.IndexOf (" -> ") - 3).Trim ("\"".ToCharArray ());