Skip to content

Rewrite FindAllTags in Go

John Cai requested to merge jc-rewrite-get-all-tags into master

Rewrites FindAllTags in go

fixes #1089 (closed)

Changes

  • Added methods in /internal/git/log to parse annotated tag objects
  • Changed FindAllTags rpc to call these methods for tags
Edited by GitLab Release Tools Bot

Merge request reports