blob: 2a45b10392d7c4167acefcc0805a4d4060f1f507 [file] [log] [blame]
#!/bin/bash
if git show --name-only --pretty=format: $1 | grep api/ > /dev/null; then
python tools/apilint/apilint.py <(git show $1:api/current.txt) <(git show $1^:api/current.txt)
fi