Junio C Hamano schrieb: > * Should "git stash" stop doing anything useful? I think the patch > from Nana today may be a reasonable compromise, although I still > think fundamentally different behaviour for the same command > configurable per-user is not very nice (we have precedent in "git > clean" already, though, but "git clean" is inherently dangerous > command, and "git stash" is much more useful and the issue impacts > more people). IMO we should give in and play the safe game. For those who don't like to type "git stash save" can always git config --global alias.shelve "stash save" git config --global alias.unshelve "stash apply" and retrain the fingers. -- Hannes - 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