mirror of
https://github.com/go-gitea/gitea
synced 2025-02-02 04:54:34 +00:00
55daee8d22
Ensures correctly traversing the commit graph for all path and avoids erroneously skipping some. Also preallocate some arrays to correct size to prevent unnecessary reallocations. Fixes #6708. Signed-off-by: Filip Navara <filip.navara@gmail.com>