Git blacklist now matches on words instead of characters by default.
The git blacklist configuration for rejecting accidentally commited merge conflicts now properly reflects the
full set of characters used by git.
Fixed
Resolved issue where the updated git blacklist configuration would provide a false positive result
on functions ending with add() or odd() due to checks on dump and die dd() statements.
Changed
Fixed
add()
orodd()
due to checks on dump and diedd()
statements.Added
exit()
usage.