atom-git-control icon indicating copy to clipboard operation
atom-git-control copied to clipboard

only first line of commit message is used

Open UziTech opened this issue 9 years ago • 4 comments

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

UziTech avatar May 23 '16 03:05 UziTech

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

dorjetech avatar Jul 15 '16 11:07 dorjetech

Same problem

prophetzoli avatar Oct 20 '16 12:10 prophetzoli

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

thkruz avatar Jan 07 '17 17:01 thkruz

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

UziTech avatar Jan 07 '17 17:01 UziTech