On Tue, Jul 15, 2008 at 4:26 PM, SZEDER Gábor [off-list ref] wrote:
If there are unstaged changes in the worktree, then yes, 'git stash
apply/pop' will error out complaining about dirty state. However, if
there are changes in the index, but no unstaged changes in the
worktree, then apply/pop should work (assuming there are no conflicts,
of course).
So, you won't need that temporary commit, if you have not modified
anything or have added all changes to the index since 'git stash
save --keep-index'.
Mhhh, ok, I can live with that, thanks!
--
Cheers,
Sverre Rabbelier