summaryrefslogtreecommitdiffstats
path: root/modules/repository/cache.go
Commit message (Collapse)AuthorAgeFilesLines
* Cache last commit when pushing for big repository (#10109)Lunny Xiao2020-10-091-0/+97
* Cache last commit when pushing for big repository * Fix bug * detect force push * Refactor cache push * Finish cache last commit info when push * Some improvements * Fix lint * Remove unused changes * Move pull request test before cache * Fix test mysql Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lauris BH <lauris@nix.lv>