aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/files/patch.go
Commit message (Expand)AuthorAgeFilesLines
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-061-1/+1
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Fix reverting a merge commit failing (#28794)Mihir Joshi2024-01-161-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+1
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+5
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-5/+3
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-4/+7
* 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