Browse Source

vendor: update github.com/gogs/git-module

pull/5260/merge
Unknwon 7 years ago
parent
commit
078549518d
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
  1. 2
      gogs.go
  2. 2
      templates/.VERSION
  3. 2
      vendor/github.com/gogs/git-module/git.go
  4. 2
      vendor/github.com/gogs/git-module/repo_tag.go
  5. 6
      vendor/vendor.json

2
gogs.go

@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
const APP_VER = "0.11.53.0603"
const APP_VER = "0.11.54.0609"
func init() {
setting.AppVer = APP_VER

2
templates/.VERSION

@ -1 +1 @@
0.11.53.0603
0.11.54.0609

2
vendor/github.com/gogs/git-module/git.go generated vendored

@ -10,7 +10,7 @@ import (
"time"
)
const _VERSION = "0.6.6"
const _VERSION = "0.6.7"
func Version() string {
return _VERSION

2
vendor/github.com/gogs/git-module/repo_tag.go generated vendored

@ -96,7 +96,7 @@ func (repo *Repository) GetTag(name string) (*Tag, error) {
func (repo *Repository) GetTags() ([]string, error) {
cmd := NewCommand("tag", "-l")
if version.Compare(gitVersion, "2.0.0", ">=") {
cmd.AddArguments("--sort=-v:refname")
cmd.AddArguments("--sort=-v:taggerdate")
}
stdout, err := cmd.RunInDir(repo.Path)

6
vendor/vendor.json vendored

@ -207,10 +207,10 @@
"revisionTime": "2017-03-01T03:54:11Z"
},
{
"checksumSHA1": "183Lk59tqgDzO3eZeer4g1w/hk0=",
"checksumSHA1": "8KekujhL9uUvM97PP6jToeeQi6M=",
"path": "github.com/gogs/git-module",
"revision": "c64f3cabc82d33dfdb0cd47a5dda4e29368f3da2",
"revisionTime": "2018-06-03T12:25:16Z"
"revision": "abc97c40967942aec90e470834436ff69e1888f2",
"revisionTime": "2018-06-09T01:58:34Z"
},
{
"checksumSHA1": "MLO0PyrK2MUO6A7Z9PxWuu43C/A=",

Loading…
Cancel
Save