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.
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.
1 year ago
..
check.go Rewrite queue (#24505) 1 year ago
check_test.go Rewrite queue (#24505) 1 year ago
comment.go Make more functions use ctx instead of db.DefaultContext (#24068) 1 year ago
commit_status.go Support for status check pattern (#24633) 1 year 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) 1 year 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) 1 year ago
merge_merge.go Refactor and tidy-up the merge/update branch code (#22568) 1 year ago
merge_prepare.go Refactor merge/update git command calls (#23366) 1 year ago
merge_rebase.go Merge message template support for rebase without merge commit (#22669) 1 year ago
merge_squash.go Improve squash merge commit author and co-author with private emails (#22977) 1 year 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) 1 year 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) 1 year 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) 1 year ago
temp_repo.go Refactor and tidy-up the merge/update branch code (#22568) 1 year ago
update.go Refactor and tidy-up the merge/update branch code (#22568) 1 year ago
update_rebase.go Refactor and tidy-up the merge/update branch code (#22568) 1 year ago