On Tue, Jul 15, 2008 at 4:26 PM, SZEDER Gábor <szeder@xxxxxxxxxx> 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 -- 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