We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
# No quotes neccessary on windows echo WIP: test | gitlint # Doesn't seem to print correctly echo WIP: tëst | gitlint # Seems to work gitlint --debug --commits "3ee281^..3ee281" # Print author name (contains unicodes): gives problems git log -1 --pretty=%an "3ee281^..3ee281" | gitlint --debug