From 22bf0a821a970b6099c1f4ee21fbb0ace7599776 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 20 Apr 2011 16:40:17 +0200 Subject: [PATCH] [repo] add todo --- SparkleLib/SparkleRepo.cs | 1 + 1 file changed, 1 insertion(+) 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