The Git commit textarea allows free form input. This is not helpful when writing git commit messages that can be easily read by other tools and on other platforms. For example, see Linus Torvalds' objection of using Github textarea for git commit messages
Proposal
=======
Git commit text area can be customised to:
1. Limit line length to 72/80
2. Show hint of line length
3. Hard wrapping of lines
- duplicates
-
SRCTREE-1068 Better formatting for commit messages
- Closed
- mentioned in
-
Page Failed to load
Form Name |
---|
Can I suggest to insert a new line after the column guide? Because what happens with my current template that has a couple comments, is that by formatting it inserts a new line at the end of the commit.
This is currently what is happening:
e.g.
This text is over 72 characters and I want it to break into a new line below this one to
This is my task related info, closes #issue or similar
–
This text is over 72 characters and I want it to break into a new line below this one to
This is my task related info, closes #issue or similar
bind it to the guidelines;
I'd also like to see a guideline specific for the first line, for those who wish to use 50/72 standard (this guideline would only be visual, not working like the actual format)