#!/bin/sh
if [ -x ./packaging/update-tags ]
then
  exec git diff HEAD^ | ./packaging/update-tags -
fi
