Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> writes: > BTW: commit --amend --gpg-sign strips an existing signature rather than > adding one. We might want the user to have a say here. I think it deserves a separate command (commit --add-gpg-sign) that is used _only_ to add an additional signature by another person without affecting anything else in the commit (i.e. the tree, the parents and the author and committership information) from the viewpoint of the workflow, Obviously that "add-signature" mode needs to be aware of the existing signature. It is a deliberate design decision to strip existing signature when anything in the commit changes, which is the norm for --amend. -- 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