On Fri, Nov 24, 2006 at 01:22:11PM +0000, Dmitry V. Levin wrote: > --- > templates/hooks--update | 32 ++++++++++++++++---------------- > 1 files changed, 16 insertions(+), 16 deletions(-) > -ref_type="$(git-cat-file -t "$3")" || exit 1 > +ref_type="$(git cat-file -t "$3")" || exit 1 Rationale?