aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/blame.go
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-3/+3
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-6/+0
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-20/+19
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470)zeripath2020-11-091-10/+32
* Ensure BlameReaders close at end of request (#12102)zeripath2020-07-011-6/+8
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-3/+11
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-1/+2
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-0/+123