On Sat, May 3, 2008 at 9:54 PM, Thomas Adam <thomas.adam22@xxxxxxxxx> wrote: > Assuming this is enforced either through a template (see: > commit.template in git-config(1)), or as part of being added by the > committer, then in GIT 1.5.4 onwards there's a commit-msg hook which > will do this for you. Something like: > > test "" = "$(grep '^Reviewed-by: ')" || { > echo >&2 "Message must have a Reviewed-by line present." > exit > > } Actually, i want a way to rewrite the history or reapply the patch series and add the reviewed-by line then. Before that, i can commit arbitrarily without any limitation. > > > And one question, how to add a "Reviewed-by" line automatically? > > There's an example of that by way of a SOB in the commit-msg hook. Sorry, but what does SOB stand for? -- Ping Yin -- 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