Browse Source

vendor: update github.com/gogits/git-module (#4475)

pull/4126/merge
Unknwon 8 years ago
parent
commit
7b85ee4954
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
  1. 2
      vendor/github.com/gogits/git-module/git.go
  2. 2
      vendor/github.com/gogits/git-module/repo_diff.go
  3. 6
      vendor/vendor.json

2
vendor/github.com/gogits/git-module/git.go generated vendored

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

2
vendor/github.com/gogits/git-module/repo_diff.go generated vendored

@ -293,6 +293,8 @@ func ParsePatch(done chan<- error, maxLines, maxLineCharacteres, maxFiles int, r
curFile.Name = b curFile.Name = b
curFile.Index = b curFile.Index = b
break CHECK_TYPE break CHECK_TYPE
case strings.HasPrefix(line, "old mode"):
break CHECK_TYPE
} }
} }
} }

6
vendor/vendor.json vendored

@ -183,10 +183,10 @@
"revisionTime": "2016-08-10T03:50:02Z" "revisionTime": "2016-08-10T03:50:02Z"
}, },
{ {
"checksumSHA1": "SZuq+ZMDc6aRw7DuR2sfotbYBeA=", "checksumSHA1": "kPsa/ri8Vh9yHG8LQYgnH2Xa6YY=",
"path": "github.com/gogits/git-module", "path": "github.com/gogits/git-module",
"revision": "6ad215295b08e552871b8ed57bb0d57940cbf1b6", "revision": "1de103dca47a72afccccb4ccd6085110874f3551",
"revisionTime": "2017-06-05T17:33:32Z" "revisionTime": "2017-06-08T20:55:22Z"
}, },
{ {
"checksumSHA1": "GBfb+meRaVNarQavLB/bzbDoBtY=", "checksumSHA1": "GBfb+meRaVNarQavLB/bzbDoBtY=",

Loading…
Cancel
Save