On Sat, Oct 11, 2008 at 07:37:04AM +0100, Alex Bennee wrote: > I've just tested/reviewed a patch of someone elses and I want to > forward it on the appropriate mailing list. I gather for Linux you > just add the appropriate tags to the commit. Does git offer a shortcut > for doing this or do you have to do a reset HEAD^ and re-commit with a > copy&pasted and modified commit message? Try "git commit --amend" to edit the commit message. There's no automatic way of adding acked-by or tested-by tags with git; most people who do those things often would probably configure their editor to make it easier. -Peff -- 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