[PATCH] guilt: fix "from: xxx" filtering in the patch description
[guilt.git] / guilt-rm
blob351ec9390cc648dd392f733bd1439d9270abe106
1 #!/bin/sh
3 # Copyright (c) Josef "Jeff" Sipek, 2006-2011
6 USAGE="<file>..."
7 if [ -z "$GUILT_VERSION" ]; then
8 echo "Invoking `basename $0` directly is no longer supported." >&2
9 exit 1
12 _main() {
14 if [ $# -lt 1 ]; then
15 usage
18 git rm -- "$@"