summaryrefslogtreecommitdiff
path: root/gitTag.update.go
diff options
context:
space:
mode:
Diffstat (limited to 'gitTag.update.go')
-rw-r--r--gitTag.update.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/gitTag.update.go b/gitTag.update.go
index ecf0d6b..47afb38 100644
--- a/gitTag.update.go
+++ b/gitTag.update.go
@@ -12,8 +12,7 @@ import (
// Update repo.Refs from .git/
func (repo *Repo) UpdateGitTags() error {
- // delete the old hash
- // r.DeleteByHash(hash)
+ // todo: look for changes in the tags?
repo.Tags = new(GitTags)
tags := []string{"%(objectname)", "%(creatordate)", "%(*authordate)", "%(refname)", "%(subject)"}