Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -3/+3 |
* | Set Setpgid on child git processes (#19865) | zeripath | 2022-06-03 | 1 | -0/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -6/+0 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -20/+19 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
* | Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470) | zeripath | 2020-11-09 | 1 | -10/+32 |
* | Ensure BlameReaders close at end of request (#12102) | zeripath | 2020-07-01 | 1 | -6/+8 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -3/+11 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -1/+2 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 1 | -0/+123 |