0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-22 13:57:46 -05:00
forgejo/services/pull
hiifong af91f4e203
Fix duplicate co-author in squashed merge commit messages (#33020)
Fix: #31980

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit a87168869a4ceffb2a3d84986640da357b0793cf)
2025-01-05 12:15:51 +00:00
..
check.go
check_test.go
comment.go
commit_status.go
commit_status_test.go
edits.go
lfs.go
main_test.go tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
merge.go Handle "close" actionable references for manual merges (#31879) 2024-09-01 08:07:27 +02:00
merge_ff_only.go
merge_merge.go
merge_prepare.go
merge_rebase.go
merge_squash.go Fix duplicate co-author in squashed merge commit messages (#33020) 2025-01-05 12:15:51 +00:00
merge_test.go
patch.go
patch_unmerged.go
pull.go Fix the logic of finding the latest pull review commit ID (#32139) 2024-10-06 07:44:28 +02:00
pull_test.go fix: use url.JoinPath to join url parts 2024-07-31 14:45:37 +02:00
review.go Fix the logic of finding the latest pull review commit ID (#32139) 2024-10-06 07:44:28 +02:00
review_test.go
temp_repo.go
update.go
update_rebase.go