summaryrefslogtreecommitdiffstats
path: root/modules/gitgraph/graph.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-7/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-4/+3
* alternative to PR "improve code quality" (#21464)wxiaoguang2022-10-151-12/+7
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-5/+4
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-42/+48
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-081-8/+27
* Render the git graph on the server (#12333)zeripath2020-08-061-77/+31
* Ensure that git commit tree continues properly over the page (#12142)zeripath2020-07-161-14/+53
* Move git graph from models to modules/graph (#9027)Lunny Xiao2019-11-161-0/+110