1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-16 00:03:20 +01: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
temp_repo.go
update.go