summaryrefslogtreecommitdiffstats
path: root/modules/git/batch_reader.go
Commit message (Expand)AuthorAgeFilesLines
* Abstract hash function usage (#28138)Adam Majer2023-12-131-15/+15
* Make git batch operations use parent context timeout instead of default timeo...wxiaoguang2023-08-041-0/+4
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-12/+8
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-5/+5
* Prevent dangling cat-file calls (goroutine alternative) (#19454)zeripath2022-04-221-0/+12
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-16/+13
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-3/+19
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-3/+3
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+14
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-11/+7
* Add caller to cat-file batch calls (#17082)zeripath2021-09-171-2/+21
* Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to e...zeripath2021-07-201-2/+13
* Use gitea logging module for git module (#16243)65432021-06-251-2/+4
* Use git log name-status in get last commit (#16059)zeripath2021-06-211-71/+40
* Fix LFS commit finder not working (#15856)KN4CK3R2021-05-141-6/+7
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-101-9/+46
* Fix lfs management find (#15537)Lunny Xiao2021-04-211-2/+2
* Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781)zeripath2021-03-031-0/+274