-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git amend: Line break is removed #45115
Comments
@tsalinger It's a good idea to populate the input box instead, but it'll be hard to remember that the next commit will be an amended one. What if the user wants to cancel it? |
Hmm... I see the problem. A more sophisticated approach would be to add a showMessage of type info to the inputBox. |
@chrmarti this might be another scenario to consider for your quickpick exploration? |
@joaomoreno This could be solved by #46994. |
This is speacially annoying when using Jira Smart commits. |
Atom solves this nicely. |
I would greatly appreciate this issue being resolved. |
This is a duplicate of this #40295 right? |
@eamodio I think so, too |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Problem: Trying to amend a previous commit which contains line breaks. The line breaks are not preserved in the quick picker.
Would it be a worse UX if the commit message was shown in the intial commit input box instead of the quick picker?
The text was updated successfully, but these errors were encountered: