Hi. On Sat, 28 Jun 2008, Jeff King wrote: > Here's a somewhat hackish implementation of "git stash -i" that just > relies on "add -i": I like it. > +ADD_OPTIONS="-u" > +case "$1" in > + -i|-p) ADD_OPTIONS=$1; shift > +esac I'll squash in "|-e" here. Note that some time ago, I was working on "git stash apply -i", which I never came around to finish. Yesterday, I was briefly considering working on it, but I have other things to tend to now. Ciao, Dscho -- 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