aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/pipeline/namerev.go
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-6/+5
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-1/+7
* 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-2/+3
* Add basic repository lfs management (#7199)zeripath2019-10-281-0/+28