On Sun, Jul 01, 2007 at 02:54:00PM -0700, Junio C Hamano wrote: > I would further suggest that we _require_ 'git stash save' to > create a new one and perhaps make the non-subcommand case run > 'git stash list'. While I was trying the code out I > accidentally created a new stash when I did not mean to, which > pushed the stash I wanted to apply down in the list every time I > made such a mistake. I think that makes sense...it's somehow cleaner to me if the non-subcommand case doesn't make any changes (maybe just because I like to explore commands by running them). I see you have already applied this change. However, you missed a spot in the documentation. Patch will follow, along with a couple of minor cleanups for the script. -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