mirror of https://github.com/gogs/gogs.git
vendor: update github.com/gogits/git-module (#4475)
parent
1af01f5e30
commit
7b85ee4954
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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…
Reference in New Issue