>> Also, how can I know in advance that the next commit will be a fixup commit? > > In the index filter, when $GIT_COMMIT equals the parent of the fixup > commit, update the index with git read-tree from the fixup commit. Right, good idea. I was also thinking maybe I could use --parent-filter: when I find a fixup commit, I set its parent to its parent's parent? Philippe -- 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