On Tue, Oct 28, 2008 at 04:59:28PM -0700, David Symonds wrote: > --- /dev/null > +++ b/git-staged.sh > @@ -0,0 +1,2 @@ > +#!/bin/sh > +exec git diff --cached $* This is broken for arguments with spaces. Use "$@" instead. But I think this isn't a serious patch anyway, so we are probably wasting too much time on it. ;P -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