Kevin Ballard <kevin@xxxxxx> writes: > This seems unnecessary. `git commit --fixup HEAD` doesn't really make any sense at all to run when you can say `git commit --amend` instead, What about this sequence? git commit -m 'foo' git commit -m 'bar' git commit --fixup HEAD~1 git commit -m 'baz' git commit --fixup HEAD~1 -- 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