-
Notifications
You must be signed in to change notification settings - Fork 201
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
Commit on Windows not committing the entire message #133
Comments
I decided to try using |
Any updates? |
Tal500
added a commit
to orefalo/svelte-splitpanes
that referenced
this issue
Dec 28, 2022
… on windows This \"fixes\" the external issue leoforfree/cz-customizable#133.
E0SelmY4V
added a commit
to E0SelmY4V/cz-customizable
that referenced
this issue
Feb 12, 2024
As leoforfree#133 and leoforfree#211 said, at least Windows 10 cannot commit when there are many lines. I have fixed it for standalone mode.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Machine: Windows 10 Pro Version 2004
Setup: using option 2 - standalone
Issue: after filling out all the prompts, when you check the commit message it only includes the title. It doesn't include the body or footer content in the entirety is there as part of
cz-customizable/standalone.js
Line 13 in 65d3646
I verified it by doing a
console.log
and can see the content appropriately being multi-lined. I'm thinking its an issue with thegit commit
statement where for Windows we should use multiple-m
commands instead of trying to do pass it all into 1. Alternatively try using a tool likecross-spawn
orexeca
instead of the inbuiltchild_process
.The text was updated successfully, but these errors were encountered: