Browse Source

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

master
Unknwon 6 years ago
parent
commit
a1098384c0
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      gogs.go
  2. 2
      templates/.VERSION
  3. 2
      vendor/github.com/gogs/git-module/repo_tag.go
  4. 6
      vendor/vendor.json

2
gogs.go

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

2
templates/.VERSION

@ -1 +1 @@
0.11.68.0928 0.11.68.1023

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) { func (repo *Repository) GetTags() ([]string, error) {
cmd := NewCommand("tag", "-l") cmd := NewCommand("tag", "-l")
if version.Compare(gitVersion, "2.4.9", ">=") { if version.Compare(gitVersion, "2.4.9", ">=") {
cmd.AddArguments("--sort=-v:taggerdate") cmd.AddArguments("--sort=-creatordate")
} }
stdout, err := cmd.RunInDir(repo.Path) stdout, err := cmd.RunInDir(repo.Path)

6
vendor/vendor.json vendored

@ -213,10 +213,10 @@
"revisionTime": "2017-03-01T03:54:11Z" "revisionTime": "2017-03-01T03:54:11Z"
}, },
{ {
"checksumSHA1": "Ecc6Aicvu7GZe/cTRgG2TxQtOW4=", "checksumSHA1": "CA3HFURFumAdGV4mY2vv1nGka1o=",
"path": "github.com/gogs/git-module", "path": "github.com/gogs/git-module",
"revision": "e55accd068eac1c9803754a776c22b1aeddc4602", "revision": "dfc2c1e6d37744c84bf72e4649c87dec93eefffb",
"revisionTime": "2018-08-17T15:03:56Z" "revisionTime": "2018-10-23T10:58:32Z"
}, },
{ {
"checksumSHA1": "GaJLoEuMGnP5ofXvuweAI4wx06U=", "checksumSHA1": "GaJLoEuMGnP5ofXvuweAI4wx06U=",

Loading…
Cancel
Save