On Fri, Nov 09, 2007 at 11:19:46AM -0500, J. Bruce Fields wrote: > On Fri, Nov 09, 2007 at 10:59:57AM +0000, Johannes Schindelin wrote: > > Hi, > > > > On Thu, 8 Nov 2007, Jeff King wrote: > > > > > So I am fine with the original patch (unconditional reset --hard), but > > > it would be nice to see the people who care submit concrete proposals > > > for such a safety valve. > > > > Isn't having to say "--skip" instead of "--continue" enough? Some people > > might complain that it's too easy to get your fingers wired to type > > --skip. > > > > In that case, I might beg to differ for two reasons: --skip is definitely > > not the default operation, so the fingers do not get any chance to do > > that, and even if, they would get wired to --force --skip just as easily. > > > > Besides, after my patch to rebase on a detached HEAD, it is very easy to > > go back to the original state and try again. > > We can't make --skip do an automatic reset --hard. I expect --skip to > tell me if I haven't finished resolving conflicts. If it doesn't do > that, I'll lose work. I can't be the only user with that expectation. > > (To be more specific: the work I lose is the work spent resolving how > however many conflicts I've dealt with so far. It isn't always the case > that I get to a certain point in a rebase and say "ah, yes, I know this > is already applied, I can reset and skip it." More often I want to go > through each conflict and decide individually. So I do that for a few, > I run --continue or --skip when I think I'm done (but don't actually > check first, 'cause I count on rebase to do that), then fix up anything > remaining.) (Eh, now that I think of it: what I actually usually do is run --continue, git says there's one more conflict, I fix that up and run --continue again, it tells me there's nothing to commit, I say huh? Then eventually I remember I need to run --skip instead, cursing it for not just figuring that out on its own.... So actually it may be that the only time I run --skip is after --continue has told me I need to. I can't *swear* that that's the case, so I'm still nervous about the idea of --skip automatically resetting. Oh well. Take that one user's experience for what it's worth.) --b. - 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