"Avery Pennarun" <apenwarr@xxxxxxxxx> writes: > On 7/22/08, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: >> If the user called "rebase -i", marked a commit as "edit", "rebase >> --continue" would automatically amend the commit when there were >> staged changes. >> >> However, this is actively wrong when the current commit is not the >> one marked with "edit". So guard against this. > > This patch is perhaps a symptom of something I've been meaning to ask > about for a while. > > Why doesn't "edit" just stage the commit and not auto-commit it at > all? That way an amend would *never* be necessary, and rebase > --continue would always do a commit -a (if there was anything left to > commit). The special case fixed by this patch would thus not be > needed. That would actually be in-line with the way how "rebase --skip" does the resetting without asking the user to do so, wouldn't it? -- 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