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

4 Commits

Author SHA1 Message Date
Lauris BH
578ad8f125 Refactor branch list using src-d/go-git and add GetRefs function (#133)
* Refactor branch list using src-d/go-git and add GetRefs function

* Fix copyright

* Fix to reuse ObjectType

* Add function to filter refs by prefix

* Fix import order

* Optimize if structure
2018-11-15 23:38:33 +01:00
Lunny Xiao
622cdd1472 Use dep instead of govendor (#117)
* use dep instead of govendor

* remove example

* change dependenci github.com/Unknwon from 1.0 to master
2018-05-15 23:26:52 +08:00
Kim "BKC" Carlbäcker
e8ae926b65 Fix blob test and drone git-pull (#82)
* use require

* Fix drone

* import testify/require

* cleanup tree-entry benchmark
2017-09-16 19:40:27 +03:00
Matthias Loibl
5a0d431f54 remove convey and use testify assert 2016-11-19 23:59:11 +01:00