mirror of
https://github.com/go-gitea/git.git
synced 2026-07-19 14:33:37 -04:00
[PR #58] [MERGED] Fix parsing bug in GetTagInfos #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix/repo_tag📝 Commits (2)
1c5a54bFix parsing bug in GetTagInfos3288f13Comment📊 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.