jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

only first line of commit message is used #186

Open UziTech opened 8 years ago

UziTech commented 8 years ago

Only the first line of the commit message is used for the commit.

dorjetech commented 8 years ago

Same problem... am using windows [ for now unfortunately :p ]

prophetzoli commented 7 years ago

Same problem

thkruz commented 7 years ago

Same problem. Anyone figure out if this is user error or git-control?

UziTech commented 7 years ago

This is an issue with git-control. They use git commit -m to submit the commit message which doesn't allow new line characters.

This could be fixed by using stdin or COMMIT_EDITMSG to submit the commit message