1
0
mirror of https://github.com/go-gitea/git.git synced 2026-02-05 15:45:40 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
Lunny Xiao
8983773ac6 fix bug when get tag id (#147)
* fix bug when get tag id

* fix wrong test

* use GetTagCommitID on getTag but not git command
2019-03-02 09:11:11 +08:00
Lunny Xiao
0aea7f12d3 fix get tag list (#143) 2019-02-06 22:08:47 -05:00
Ethan Koenig
544c5b3fbd Fix parsing bug in GetTagInfos (#58)
* Fix parsing bug in GetTagInfos

* Comment
2017-06-06 10:00:19 +08:00
Bo-Yi Wu
ed175468f8 fix tag contain character ")" 2017-05-04 13:13:45 +02:00
Lunny Xiao
7477742b3c fix bug in get repo tag infos (#28) 2017-01-09 23:46:57 +08:00
Lunny Xiao
a3ee12b97a Add get tags info method for releases (#27)
* add get tags info method for releases

* composite variable decleare
2017-01-05 10:48:44 +08:00
Lunny Xiao
38a5ca6b26 change returned unexported types to exported types 2016-11-16 15:14:36 +08:00
Lunny Xiao
167a0ba929 golint fixed current -min_confidence=0.9 2016-11-13 12:42:56 +08:00
Tamás Molnár
c6f4b6b050 Fixed returning non empty tag list when there are no tags. 2016-03-23 20:04:31 +01:00
Tamás Molnár
edf5c0ca2b Reverse the order of tags below git 2.0 2016-03-21 20:48:59 +01:00
Unknwon
ebd9fb2253 speed up for getting a lot commits 2015-12-13 22:57:47 -05:00
Unknwon
4cc1cbbfea complete migration from gogs module 2015-12-09 20:45:25 -05:00