diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index c2d9bb18..2813ed3c 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -145,6 +145,7 @@ namespace SparkleLib { UserName = GetUserName (); UserEmail = GetUserEmail (); + // TODO: replace this with a check on the number of objects in .git/objects/ (empty if 2) if (Head.CurrentCommit == null) _CurrentHash = null; else