0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-18 04:54:18 +01:00
gitea/services/pull
6543 a19447aed1
migrate from com.* to alternatives (#14103)
* remove github.com/unknwon/com from models

* dont use "com.ToStr()"

* replace "com.ToStr" with "fmt.Sprint" where its easy to do

* more refactor

* fix test

* just "proxy" Copy func for now

* as per @lunny
2020-12-25 11:59:32 +02:00
..
check_test.go migrate from com.* to alternatives (#14103) 2020-12-25 11:59:32 +02:00
check.go migrate from com.* to alternatives (#14103) 2020-12-25 11:59:32 +02:00
commit_status.go [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 2020-12-18 11:33:32 +08:00
lfs.go
main_test.go
merge.go Standardize Co-Authored-By / Reviewed-By strings (#14097) 2020-12-21 21:19:33 -05:00
patch.go
pull_test.go
pull.go migrate from com.* to alternatives (#14103) 2020-12-25 11:59:32 +02:00
review.go Fix correct diff view for PR review comments in PR view page (#14002) 2020-12-16 11:54:58 +02:00
temp_repo.go
update.go