regression: test guilt-files reading the index for the top-most applied patch
[guilt.git] / guilt-rm
blob77e855360a82ac3f167cc03fe4f739b40020ffda
1 #!/bin/sh
3 # Copyright (c) Josef "Jeff" Sipek, 2006, 2007
6 USAGE="<file>..."
7 . `dirname $0`/guilt
9 if [ $# -lt 1 ]; then
10 usage
13 git rm -- "$@"