aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/commit_info_test.go
Commit message (Expand)AuthorAgeFilesLines
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-13/+4
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-3/+3
* Ensure git tag tests and others create test repos in tmpdir (#18447)zeripath2022-01-291-25/+58
* format with gofumpt (#18184)65432022-01-201-2/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Make commit info cancelable (#16032)zeripath2021-06-061-2/+3
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-3/+13
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+2
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-1/+9
* Fix empty commits now showing in repo overview (#7521)silverwind2019-07-221-7/+14
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-0/+117