#!/bin/sh
if [ -x ./packaging/check-files ]
then
  exec git diff --cached | ./packaging/check-files -
fi
