mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 13:35:44 +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