Refactor commit-msg to reduce redundancies by splitting up the pattern into the different 'levels'. For the array the change from /bin/sh to /bin/bash was necessary. Because of that: Change all `test` occurrences to [[ ]] for performance.
Refactor commit-msg to reduce redundancies by splitting up the pattern into the different 'levels'. For the array the change from /bin/sh to /bin/bash was necessary. Because of that: Change all `test` occurrences to [[ ]] for performance.