#!/usr/bin/env bash
# Usage: copy this file to .git/hooks/
# Exit at first error
# For partially committed files, copy the staged changes to a separate location
TEMPDIR=
GIT_ROOT=
# Keep using the same target/ directory, not a new one in the temporary
# directory. This avoids re-parsing everything from scratch every time.
if ; then
fi