mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-15 05:18:36 +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>