aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/repo_commit_nogogit.go
Commit message (Expand)AuthorAgeFilesLines
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-4/+4
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-2/+1
* Do not read or write git reference files directly (#18079)zeripath2021-12-231-0/+12
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-1/+4
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-5/+5
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Add bundle download for repository (#14538)John Olheiser2021-08-241-0/+1
* Use gitea logging module for git module (#16243)65432021-06-251-1/+3
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-101-43/+59
* Performance improvement for last commit cache and show-ref (#15455)zeripath2021-05-021-2/+19
* Fix when a commit not found returned 500 (#14732)Lunny Xiao2021-02-181-0/+6
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-0/+109