summaryrefslogtreecommitdiffstats
path: root/modules/git/pipeline
Commit message (Expand)AuthorAgeFilesLines
* Refactor and tidy-up the merge/update branch code (#22568) (#23365)Giteabot2023-03-091-1/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-6/+6
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-022-2/+0
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-014-38/+31
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-114-7/+45
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-064-7/+7
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-195-15/+18
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Simplify code for wrting SHA to name-rev (#17696)Gusted2021-11-181-17/+8
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Add bundle download for repository (#14538)John Olheiser2021-08-242-0/+2
* Use git log name-status in get last commit (#16059)zeripath2021-06-211-0/+6
* Fix LFS commit finder not working (#15856)KN4CK3R2021-05-141-2/+4
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-101-6/+3
* Fix lfs management find (#15537)Lunny Xiao2021-04-211-1/+2
* Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781)zeripath2021-03-031-21/+2
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-172-0/+425
* Add basic repository lfs management (#7199)zeripath2019-10-283-0/+197