Closed
Description
See the example screenshot when merging from a branch that has a single commit with the message:
Fix typo on contact page
Fixes #6036
And for some reason the commit message ends up being Fix typo on contact pageFixes #6036 (#6037)
Looking through my commit history this issues seems to have started around Dec 13, 2023, so probably related to 0.78.0, and "Merge commit message uses the message configured in the GitHub repository settings." But when merging from within Github the message is okay:
Also, my Github options is to use the "Default message"
- Extension version: v0.81.2024020709 (pre-release)
- VSCode Version: 1.86.1
- OS: Window 11 23H2
- Repository Clone Configuration (single repository/fork of an upstream repository): single repository
- Github Product (Github.com/Github Enterprise version x.x.x): private repo
Steps to Reproduce:
- Create a branch with a single commit with a multiline commit message
- Merge that branch