[repo] add todo

This commit is contained in:
Hylke Bons 2011-04-20 16:40:17 +02:00
parent 8ac8fee912
commit 22bf0a821a

View file

@ -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