mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
Update code.gitea.io/git (#1849)
This commit is contained in:
parent
31e8436a1c
commit
abb19eff39
2
vendor/code.gitea.io/git/tree_entry.go
generated
vendored
2
vendor/code.gitea.io/git/tree_entry.go
generated
vendored
@ -266,7 +266,7 @@ func getNextCommitInfos(state *getCommitInfoState) error {
|
||||
func logCommand(exclusiveStartHash string, state *getCommitInfoState) *Command {
|
||||
var commitHash string
|
||||
if len(exclusiveStartHash) == 0 {
|
||||
commitHash = "HEAD"
|
||||
commitHash = state.headCommit.ID.String()
|
||||
} else {
|
||||
commitHash = exclusiveStartHash + "^"
|
||||
}
|
||||
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
@ -3,10 +3,10 @@
|
||||
"ignore": "test appengine",
|
||||
"package": [
|
||||
{
|
||||
"checksumSHA1": "iqK8QebzwEcNL2iIRpMAOYwb7Zg=",
|
||||
"checksumSHA1": "XfPYMmq34V2MFja1HC7nnYU5SAc=",
|
||||
"path": "code.gitea.io/git",
|
||||
"revision": "c98a6f353a13546ae13e7391020cadd750181585",
|
||||
"revisionTime": "2017-05-29T11:48:12Z"
|
||||
"revision": "7b07391b09e9642f470b134c2a5e35ee7d0d3491",
|
||||
"revisionTime": "2017-06-01T00:33:00Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "nLhT+bLMj8uLICP+EZbrdoQe6mM=",
|
||||
|
Loading…
Reference in New Issue
Block a user