mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-09 22:00:20 +01:00
added todo comment
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user