[PR #58] [MERGED] Fix parsing bug in GetTagInfos #64

Closed
opened 2026-02-16 10:24:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/58
Author: @ethantkoenig
Created: 6/2/2017
Status: Merged
Merged: 6/5/2017
Merged by: @lunny

Base: masterHead: fix/repo_tag


📝 Commits (2)

📊 Changes

1 file changed (+19 additions, -67 deletions)

View changed files

📝 repo_tag.go (+19 -67)

📄 Description

The previous implementation of GetTagInfos() would break when commit messages contained closing parentheses (previous line 125), and would not account for when one commit could have several tags.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/git/pull/58 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 6/2/2017 **Status:** ✅ Merged **Merged:** 6/5/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/repo_tag` --- ### 📝 Commits (2) - [`1c5a54b`](https://github.com/go-gitea/git/commit/1c5a54b0c1510804505afcc4f3400b105fa111e3) Fix parsing bug in GetTagInfos - [`3288f13`](https://github.com/go-gitea/git/commit/3288f13ebb6cb17456b54db1c34f08625d7e2056) Comment ### 📊 Changes **1 file changed** (+19 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `repo_tag.go` (+19 -67) </details> ### 📄 Description The previous implementation of `GetTagInfos()` would break when commit messages contained closing parentheses (previous line 125), and would not account for when one commit could have several tags. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:24:00 -05:00
yindo closed this issue 2026-02-16 10:24:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#64