On Thu, Mar 20, 2014 at 11:53 PM, Kevin <ikke@xxxxxxxxx> wrote: > On Wed, Mar 19, 2014 at 12:16 PM, Chris Angelico <rosuav@xxxxxxxxx> wrote: >> Two parts to the question, then. Firstly, is it acceptable to use 'git >> config' for a hook like this? And secondly, either: Is there a naming >> convention to follow? or, what alternative would you recommend? > > 1. I would say yes. git config is made to be extended and doesn't > require a config item to be known. > 2. Namespacing the config items like you did is a good thing to do so > it won't interfere with other options. Excellent! Thank you. Is this documented anywhere? The git config man page says to look to other git man pages: https://www.kernel.org/pub/software/scm/git/docs/git-config.html#_variables A comment there to the effect that "Third party tools may also define their own variables" or something would make it clear that this is the intention. ChrisA -- 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