f620e6d57747b4215e6e147ef53398189a134b7a
Before, the commit-msg hook would not catch too long lines when squashing commits, as the provided message starts immediately with a commented line. Instead of simply using all lines until the first comment, use all lines until git's cut-line and remove all commented lines in between. Do not hard-code git's commentary character but rather use `core.commentChar`. `auto` is depending of the context interpreted as 'any character' or `#`.
My dotfiles
Installation
$ ./meta/install
Languages
Shell
79.7%
Vim Script
18.7%
JavaScript
0.6%
CSS
0.6%
Python
0.3%