diff options
author | Unknwon <u@gogs.io> | 2018-12-15 00:05:06 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-12-15 00:05:06 -0500 |
commit | 8bca30cfe44bd443906dc7a6d1491a94220a1dc1 (patch) | |
tree | eaf8e51fafefc538440e7120b0fb38a37dfb005f /vendor | |
parent | fe9a5d3159c915503a745ce1860c41d6cc552048 (diff) |
vendor: update github.com/gogs/git-module
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/gogs/git-module/commit.go | 2 | ||||
-rw-r--r-- | vendor/github.com/gogs/git-module/git.go | 2 | ||||
-rw-r--r-- | vendor/vendor.json | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/vendor/github.com/gogs/git-module/commit.go b/vendor/github.com/gogs/git-module/commit.go index 45c3437b..a0bed8b5 100644 --- a/vendor/github.com/gogs/git-module/commit.go +++ b/vendor/github.com/gogs/git-module/commit.go @@ -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()) diff --git a/vendor/github.com/gogs/git-module/git.go b/vendor/github.com/gogs/git-module/git.go index e060ce36..0133a530 100644 --- a/vendor/github.com/gogs/git-module/git.go +++ b/vendor/github.com/gogs/git-module/git.go @@ -10,7 +10,7 @@ import ( "time" ) -const _VERSION = "0.7.0" +const _VERSION = "0.7.1" func Version() string { return _VERSION diff --git a/vendor/vendor.json b/vendor/vendor.json index aef7bebd..24fd7080 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -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=", |