diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 10:46:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 10:46:32 -0600 |
| commit | 8e9ec30b29ae53e28592e8ac7f48b2f46b8f935b (patch) | |
| tree | 587c3e588629d3e76a7af9555b460a2d224e61d6 /gitTag.update.go | |
| parent | 455ea31d70b3dfa95ca4f269e42cf6a8dcf5f0d9 (diff) | |
save GoDeps at the time of publication to pkg.go.dev
Diffstat (limited to 'gitTag.update.go')
| -rw-r--r-- | gitTag.update.go | 3 |
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)"} |
