From a1098384c09bc0d569ec82d19c26415e00cc364b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 23 Oct 2018 07:00:28 -0400 Subject: vendor: update github.com/gogs/git-module --- vendor/github.com/gogs/git-module/repo_tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/gogs/git-module') diff --git a/vendor/github.com/gogs/git-module/repo_tag.go b/vendor/github.com/gogs/git-module/repo_tag.go index 57de8eb3..2bc8986e 100644 --- a/vendor/github.com/gogs/git-module/repo_tag.go +++ b/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) -- cgit v1.2.3