gitlint
gitlint copied to clipboard
Support passing multiple hashes to --commits
Basically allow to easily lint multiple commits without requiring multiple invocations to gitlint by allowing multiple commit hashes to be passed like so:
gitlint --commits abc123,edf456
We'd obviously still also support regular refspec tot be passed to --commits