Open UziTech opened 8 years ago
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
Only the first line of the commit message is used for the commit.