Why content between (`) symbols (quotes) is omitted? #120
-
Hi, i try to create commit with message that contains some text like this:
but in result commit has this body:
all content between quotes is omitted/deleted How can I fix it? Maybe some config will be provided? |
Beta Was this translation helpful? Give feedback.
Answered by
Everduin94
Jul 4, 2025
Replies: 1 comment 1 reply
-
@krutoo Technically a bug. For context, better-commits is just a wrapper around If you were to run this in your terminal
You'd see the same result. But, I think it makes sense for better-commits to handle that. Fixed in v1.17.1 🙂. - Thanks for making a post about it! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
krutoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@krutoo Technically a bug.
For context, better-commits is just a wrapper around
git commit
.If you were to run this in your terminal
You'd see the same result.
But, I think it makes sense for better-commits to handle that. Fixed in v1.17.1 🙂. - Thanks for making a post about it!