1
1
mirror of https://github.com/go-gitea/gitea synced 2025-10-31 19:38:23 +00:00
Files
gitea/modules/git/commit_info.go
Filip Navara 55daee8d22 Remove seen map from getLastCommitForPaths (#6807)
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>
2019-04-30 16:27:41 +03:00

6.5 KiB