Marco Costalba wrote: > Ok, drop is better then clear, but, if we need to add a new command I > vote for 'delete' or 'rm' to be consistent with git naming. If the stash list is thought of as a stack, then drop makes sense. I imagine using it like git stash apply git stash drop git stash apply stash@{3} git stash drop stash@{3} 'git stash delete' and 'git stash rm' when used without arguments both sound like 'git stash clear' to me. -brandon - 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