#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2006, 2007
#

USAGE="<file>..."
. `dirname $0`/guilt

if [ $# -lt 1 ]; then
	usage
fi

exec git add -- "$@"
