mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-25 02:50:39 +01:00
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>