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

USAGE="<file>..."
. guilt

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

git-add -- "$@"

