diff --git a/modules/git/log_name_status.go b/modules/git/log_name_status.go index 803d614d61..00a1859f7a 100644 --- a/modules/git/log_name_status.go +++ b/modules/git/log_name_status.go @@ -167,6 +167,9 @@ func (g *LogNameStatusRepoParser) Next(treepath string, paths2ids map[string]int return nil, err } } + if len(g.next) == 0 { + return &ret, nil + } if g.next[0] == '\x00' { g.buffull = false g.next, err = g.rd.ReadSlice('\x00')