Jeff King <peff@xxxxxxxx> writes: >> > So the swap really functions as a toggle of "I would like to work on >> > the index version for a minute", and then you toggle back when you're >> > done. >> >> And you have to redo what you did to the index version in the working tree >> after the second "swap", no? > > No. The point is that I _already_ did it in the working tree version But that does not change that you have to do that twice. You may already have done so in the working tree, and then redo it in the old indexed version again. > while doing my s/hello/goodbye/ change (let's call this the "new > change"). And ideally I would just use "git add -p" to stage only the > s/word/world/ change (let's call this the "fixup"). But they're tangled > in a single hunk, and I need some way of splitting them. As a way to punt from making "add -e" usable, I'd think it would be a workable q&d workaround, even though it feels wrong, and I would imagine that normal people would probably prefer the "check out to a temporary file to be edited" solution you wrote in your previous message. -- 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