#!/bin/sh

set -e
git gc # might as well GC before archiving .git
tar cfz "$__BUILD_DIR/$1" .git $(git ls-files)
