atom-git-control
atom-git-control copied to clipboard
only first line of commit message is used
Only the first line of the commit message is used for the commit.
Same problem... am using windows [ for now unfortunately :p ]
Same problem
Same problem. Anyone figure out if this is user error or git-control?
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