summaryrefslogtreecommitdiffstats
path: root/modules/repository/push.go
Commit message (Expand)AuthorAgeFilesLines
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-34/+7
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-091-18/+0
* 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-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-2/+2
* 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
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+2
* Use `*PushUpdateOptions` as receiver (#17724)Gusted2021-11-241-14/+14
* Fix a bug on refactoring (#13373)Lunny Xiao2020-10-311-3/+2
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-0/+115