1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-27 21:20:12 +02:00
gitea/services/pull
Ing. Jaroslav Šafka 8420c1bf4c
Fix checks in PR for empty commits #19603 (#20290)
* Fixes issue #19603 (Not able to merge commit in PR when branches content is same, but different commit id)
* fill HeadCommitID in PullRequest
* compare real commits ID as check for merging
* based on @zeripath patch in #19738
2022-07-13 16:22:51 +08:00
..
check_test.go
check.go Fix checks in PR for empty commits #19603 (#20290) 2022-07-13 16:22:51 +08:00
commit_status.go
edits.go
lfs.go
main_test.go
merge.go
patch_unmerged.go
patch.go Fix checks in PR for empty commits #19603 (#20290) 2022-07-13 16:22:51 +08:00
pull_test.go
pull.go
review.go Check if project has the same repository id with issue when assign project to issue (#20133) 2022-06-30 23:55:08 +08:00
temp_repo.go
update.go