Skip to content

A small program to split a git message according to the pattern

Notifications You must be signed in to change notification settings

roli2py/git-message-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Git Message Splitter

A small program that checks if the line doesn't exceed 73 symbols and wraps to the next line if it does. A pattern that requires this condition to the git message taken from the Tim Pope's blog. Made the program for myself.