Browse Source

update gitlab.com/gitote/git-module

Yoginth 7 năm trước cách đây
mục cha
commit
ae436226f9

+ 1 - 1
vendor/gitlab.com/gitote/git-module/commit.go

@@ -285,7 +285,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())

+ 1 - 1
vendor/gitlab.com/gitote/git-module/git.go

@@ -6,7 +6,7 @@ import (
 	"time"
 )
 
-const _VERSION = "0.0.3"
+const _VERSION = "0.0.4"
 
 func Version() string {
 	return _VERSION

+ 3 - 3
vendor/vendor.json

@@ -465,10 +465,10 @@
 			"revisionTime": "2016-08-10T03:50:02Z"
 		},
 		{
-			"checksumSHA1": "OR2svF8EHCJOKngtWGMQViA9UCU=",
+			"checksumSHA1": "1yw7iweQfyQohIfTXWxMyS5OccA=",
 			"path": "gitlab.com/gitote/git-module",
-			"revision": "5a84e002cc62ba5d2e869eb4a18f4b8bad3edff6",
-			"revisionTime": "2018-08-17T15:03:56Z"
+			"revision": "5ebc57145d16b196c63695d1e2eeb2801a898b09",
+			"revisionTime": "2018-12-15T04:53:36Z"
 		},
 		{
 			"checksumSHA1": "oHebHgd34mC2BaDjCzTcyJYXumg=",