Browse Source

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

Unknwon 5 years ago
parent
commit
a1098384c0
4 changed files with 6 additions and 6 deletions
  1. 1 1
      gogs.go
  2. 1 1
      templates/.VERSION
  3. 1 1
      vendor/github.com/gogs/git-module/repo_tag.go
  4. 3 3
      vendor/vendor.json

+ 1 - 1
gogs.go

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

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.11.68.0928
+0.11.68.1023

+ 1 - 1
vendor/github.com/gogs/git-module/repo_tag.go

@@ -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.4.9", ">=") {
-		cmd.AddArguments("--sort=-v:taggerdate")
+		cmd.AddArguments("--sort=-creatordate")
 	}
 
 	stdout, err := cmd.RunInDir(repo.Path)

+ 3 - 3
vendor/vendor.json

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