Browse Source

Update code.gitea.io/git (#1849)

tags/v1.2.0-rc1
Ethan Koenig 7 years ago
parent
commit
abb19eff39
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      vendor/code.gitea.io/git/tree_entry.go
  2. 3
    3
      vendor/vendor.json

+ 1
- 1
vendor/code.gitea.io/git/tree_entry.go View File

@@ -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 + "^"
}

+ 3
- 3
vendor/vendor.json View File

@@ -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…
Cancel
Save