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

This commit is contained in:
Unknwon 2018-12-15 00:05:06 -05:00
parent fe9a5d3159
commit 8bca30cfe4
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
3 changed files with 5 additions and 5 deletions

View File

@ -289,7 +289,7 @@ func GetCommitFileStatus(repoPath, commitID string) (*CommitFileStatus, error) {
}()
stderr := new(bytes.Buffer)
err := NewCommand("log", "-1", "--name-status", "--pretty=format:''", commitID).RunInDirPipeline(repoPath, w, stderr)
err := NewCommand("show", "--name-status", "--pretty=format:''", commitID).RunInDirPipeline(repoPath, w, stderr)
w.Close() // Close writer to exit parsing goroutine
if err != nil {
return nil, concatenateError(err, stderr.String())

View File

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

6
vendor/vendor.json vendored
View File

@ -213,10 +213,10 @@
"revisionTime": "2017-03-01T03:54:11Z"
},
{
"checksumSHA1": "CA3HFURFumAdGV4mY2vv1nGka1o=",
"checksumSHA1": "aGCfPysPHTVbiC8YMMvSA8Gg7IE=",
"path": "github.com/gogs/git-module",
"revision": "dfc2c1e6d37744c84bf72e4649c87dec93eefffb",
"revisionTime": "2018-10-23T10:58:32Z"
"revision": "0b61102314d3384a0d734a2a2c3c20207e72c4a8",
"revisionTime": "2018-12-15T04:53:36Z"
},
{
"checksumSHA1": "zjkjsFMM7ML0rZBOLxMU2yxHxx4=",