]> source.dussan.org Git - gitea.git/commit
Fix git.parseTagData (#14105)
author6543 <6543@obermui.de>
Tue, 22 Dec 2020 20:44:25 +0000 (20:44 +0000)
committerGitHub <noreply@github.com>
Tue, 22 Dec 2020 20:44:25 +0000 (21:44 +0100)
commit27fa4814b8552a7986da29d8363e4b62f31aa4da
tree151dacec5c675861de1477f36bc4de658d41242e
parent30edcd5c71a76e86dda391f1df6ebb4c0631f83f
Fix git.parseTagData (#14105)

* Fix git.parseTagData()
close #14092

* Add Test

* add message to test

* limit readers

* git tag -m trims and terminates with a newline

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
integrations/api_repo_git_tags_test.go
modules/git/repo_tree_nogogit.go
modules/git/tag.go
modules/git/tag_test.go [new file with mode: 0644]