3 # Copyright (C) Josef 'Jeff' Sipek, 2007-2013
6 USAGE
="[-z] [<path>...]"
7 if [ -z "$GUILT_VERSION" ]; then
8 echo "Invoking `basename "$0"` directly is no longer supported." >&2
14 while [ $# -ne 0 ]; do
28 [ -z "`get_top`" ] && PREV
=
29 [ ! -z "$working_tree" ] && PREV
=
31 git
diff --binary $PREV -- "$@"