0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-03-23 23:37:33 +01:00
Filip Navara 55daee8d22 Remove seen map from getLastCommitForPaths ()
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 .

Signed-off-by: Filip Navara <filip.navara@gmail.com>
2019-04-30 16:27:41 +03:00
..

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.