Skip to content
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

Replace old message when generating a new one #97

Open
jdgirald opened this issue Feb 9, 2023 · 1 comment
Open

Replace old message when generating a new one #97

jdgirald opened this issue Feb 9, 2023 · 1 comment

Comments

@jdgirald
Copy link

jdgirald commented Feb 9, 2023

if I stage a file and generate a commit message and then stage a second file and click the button again, the file gets repeated in the commit message

e.g.:
fist message: feat: create compare_nodes.js
second message: feat: create package2.xml and compare_nodes.js create compare_nodes.js

@MichaelCurrin
Copy link
Owner

This behavior is intentional so you can start with a prefix like feat: and have the rest filled after it without losing the first part.

I need to figure how if I can make this smarter to avoid the situation you had, or to make a toggle in preferences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants