aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/blame.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor pprof labels and process desc (#32909)wxiaoguang2024-12-201-4/+1
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-061-1/+1
* Add `io.Closer` guidelines (#29387)KN4CK3R2024-02-251-0/+4
* Abstract hash function usage (#28138)Adam Majer2023-12-131-19/+20
* Read `previous` info from git blame (#28306)KN4CK3R2023-12-011-12/+25
* Support `.git-blame-ignore-revs` file (#26395)KN4CK3R2023-09-161-8/+56
* Close stdout correctly for "git blame" (#26470)wxiaoguang2023-08-131-5/+12
* Fix blame view missing lines (#22826)Brecht Van Lommel2023-02-091-14/+17
* Use git command instead of exec.Cmd in blame (#22098)Lunny Xiao2023-01-031-45/+31
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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