Hi, On Tue, 12 Dec 2006, Junio C Hamano wrote: > Josef Weidendorfer <Josef.Weidendorfer@xxxxxx> writes: > > > No. It currently is starting to get useful. With the ability > > to temporarily store away a dirty state of the working directory, > > it really could become very good. > > Hmm, a way to easily stash away local changes and restoring > would lead to a system where you can easily stash and unstash > multiple snapshots and switch between them, and such a model > sounds vaguely familiar... Hmm, what might that be? :-) A more simple approach than to buy into Python would be to introduce a very simple program, which exchanges work directory contents with index contents. So, $ git revolve-stage $ [test the staged revision] $ [possibly fix a thing or two] $ git revolve-stage $ git commit Opinions? 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