update git module (#2037)
This commit is contained in:
parent
cc6b3f60c6
commit
c259c436d7
3 changed files with 14 additions and 7 deletions
4
vendor/code.gitea.io/git/tree_entry.go
generated
vendored
4
vendor/code.gitea.io/git/tree_entry.go
generated
vendored
|
@ -264,7 +264,9 @@ func getNextCommitInfos(state *getCommitInfoState) error {
|
|||
return fmt.Errorf("Unquote: %v", err)
|
||||
}
|
||||
}
|
||||
state.update(entryPath)
|
||||
if err = state.update(entryPath); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
i++ // skip blank line
|
||||
if len(state.entries) == len(state.commits) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue