Geoffroy PLANQUART <geoffroy@xxxxxxxxxxxx> writes: > I recently discovered the git commit -S option, but I can't find any > documentation about it. It was done as a bonus checkbox feature while the more important "merge signed tag" feature was implemented, as the changes needed for the latter had to touch codepaths that needed to be touched to implement the former, so I am not surprised if it is underdocumented ;-) Output from "git log ^4a3a1ed 5de89d3a", especially the log message for ba3c69a (commit: teach --gpg-sign option, 2011-10-05), would be a good place to start writing new materials to add to the documentation, but at the end-user level the only two options that matter would be --gpg-sign given to "git commit", and "--show-signature" given to "git log" family of commands. Thanks. -- 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