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. -- 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