Hello, On Tue, Apr 19, 2011 at 11:39 AM, Santi Béjar <santi@xxxxxxxxxxx> wrote: > > You can also change the A' commit title to "fixup! original_title" > while reverting (there is no --fixup argument like "git commit" has), > then git rebase -i would reorder the todo file for you. Interesting I wasn't aware of --autosquash option, thanks. This is almost what I was asking for actually, the only part which is missing is the fact that git-rebase detect the "Revert: " magic string, check that the revert is sane (by comparing the diff of the revert with the diff of the original commit) and do the same as "fixup!" would do without the confusion of the resulting empty commit. Thanks -- Francis -- 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