summaryrefslogtreecommitdiffstats
path: root/modules/git/blame.go
Commit message (Expand)AuthorAgeFilesLines
* 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