forked from forgejo/forgejo
Update code.gitea.io/git (#1849)
This commit is contained in:
parent
31e8436a1c
commit
abb19eff39
2 changed files with 4 additions and 4 deletions
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 + "^"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue