On Tue, Oct 28, 2008 at 04:39:05PM -0700, David Symonds wrote: > --- /dev/null > +++ b/git-staged.sh > @@ -0,0 +1,8 @@ > +#!/bin/sh > + > +USAGE='' > +SUBDIRECTORY_OK='Yes' > +OPTIONS_SPEC= > +. git-sh-setup > + > +git diff --cached Do you even need to do sh-setup? How about #!/bin/sh exec git diff --cached "$@" -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html