Hi, On Thu, 18 Dec 2008, Miklos Vajna wrote: > On Thu, Dec 18, 2008 at 05:24:00PM +0100, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > > > On Thu, 18 Dec 2008, Jeff King wrote: > > > > > It _would_ be a nicer workflow to say "I don't want these changes > > > yet" and selectively put them elsewhere, test what's in the working > > > tree, commit, and then grab some more changes from your stash. But > > > we don't have interactive stashing and unstashing yet, which would > > > be required for that. > > > > git stash -i... Yes, I'd like that! > > Or git checkout -i? Frankly, I need to move changes away much more often. Plus, you could have what you wished for with a "git checkout -- <path> && git stash -i". It's just that you would move out the changes you would not want yet. Ciao, Dscho -- 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