Hi, On Tue, 28 Nov 2006, Andy Parkins wrote: > The thing that's missing is a config option to make git-commit add the > signoff automatically. No. As has been often said, a signoff _has_ to be a conscious act, or else it will lose its meaning. Once you are reasonably convinced you want to sign off on that commit, just add "-s" to git-commit. And if you forgot, fix it by "git commit -s --amend". (Note that this is another nice example why "-a" by default would be wrong, wrong, wrong.) Ciao, Dscho - 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