added todo comment

This commit is contained in:
Sebastian Sdorra
2012-07-05 21:28:15 +02:00
parent 058ab265b9
commit da4a133b05

View File

@@ -99,6 +99,8 @@ public class GitTagsCommand extends AbstractGitCommand implements TagsCommand
{
String name = GitUtil.getTagName(input);
// TODO show commit id, not the ref id
return new Tag(name, input.getObjectId().name());
}