"Marco Costalba" [off-list ref] writes:
I'm very bad at naming, so I don't argue any more.
Just one thing (that is the only that matters) call this command as
you want but let it take one argument, the name of the reflog to
remove:
git stash drop stash@{3}
should be allowed.
git stash drop
defaults to stash@{0}
I do not care the wording either way, but my prediction is that
people will mistype "stash clear" when they meant "stash drop",
and we will end up not allowing the implicit "drop the top one
only" behaviour.