You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/pull
Brecht Van Lommel 2d3ebe889e
Merge message template support for rebase without merge commit (#22669)
Use `default_merge_message/REBASE_TEMPLATE.md` for amending the message
of the last commit in the list of commits that was merged. Previously
this template was mentioned in the documentation but not actually used.

In this template additional variables `CommitTitle` and `CommitBody` are
available, for the title and body of the commit.

Ideally the message of every commit would be updated using the template,
but doing an interactive rebase or merging commits one by one is
complicated, so that is left as a future improvement.
2 years ago
..
check.go Rewrite queue (#24505) 2 years ago
check_test.go Rewrite queue (#24505) 2 years ago
comment.go Make more functions use ctx instead of db.DefaultContext (#24068) 2 years ago
commit_status.go Support for status check pattern (#24633) 2 years ago
edits.go Implement FSFE REUSE for golang files (#21840) 2 years ago
lfs.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
merge.go Merge message template support for rebase without merge commit (#22669) 2 years ago
merge_merge.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
merge_prepare.go Refactor merge/update git command calls (#23366) 2 years ago
merge_rebase.go Merge message template support for rebase without merge commit (#22669) 2 years ago
merge_squash.go Improve squash merge commit author and co-author with private emails (#22977) 2 years ago
merge_test.go Support template for merge message description (#22248) 2 years ago
patch.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
patch_unmerged.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pull.go Refresh the refernce of the closed PR when reopening (#24231) 2 years ago
pull_test.go Support template for merge message description (#22248) 2 years ago
review.go Make more functions use ctx instead of db.DefaultContext (#24068) 2 years ago
temp_repo.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
update.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
update_rebase.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago