#!/bin/sh
# An example hook script to prepare a packed repository for use over
# dumb transports.
#
# To enable this hook, make this file executable by "chmod +x post-update".
LATEST="$(git describe | sed 's/-[0-9]*-g[0-9a-f]*//')"
TRACKER="
"
for file in tig.1.html tigrc.5.html manual.html README.html NEWS.html; do
{
git cat-file blob release:$file > tmp
grep -v '