#!/bin/sh

refname=$1
old=$2
new=$3

/usr/bin/irkerhook --refname=${refname} $(git rev-list --reverse ${old}..${new})
