mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09: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>