aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/files/patch.go
Commit message (Expand)AuthorAgeFilesLines
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* 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-2/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-6/+5
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-2/+2
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-0/+193