Hi,
On Tue, 17 Jun 2008, Junio C Hamano wrote:
Of course,
$ git stash apply stashed-longer
would work but that is by accident, as at that point what you are feeding
"git stash" command is not really a name of a ref that is a stash.
It would not be by accident. It would work because we designed git-stash
to use refs to store working-directory vs index changes, and this command
line you wrote was _exactly_ what I intended.
Ciao,
Dscho