mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01:00
vendor: update github.com/gogs/git-module
This commit is contained in:
2
gogs.go
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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.11.68.0928
|
0.11.68.1023
|
||||||
|
|||||||
2
vendor/github.com/gogs/git-module/repo_tag.go
generated
vendored
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
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=",
|
||||||
|
|||||||
Reference in New Issue
Block a user