aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/fork.go
Commit message (Expand)AuthorAgeFilesLines
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-3/+3
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-311-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-11/+11
* Fix forked repositories missed tags (#18719)Lunny Xiao2022-02-121-1/+11
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+9
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-11/+11
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-0/+175