From cc2d1d9b586162e103294933964414378d60c20b Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Tue, 30 Jul 2013 15:02:40 +0300 Subject: Add hidePush configuration variable --- config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 2c04845..261ac21 100644 --- a/config.py +++ b/config.py @@ -23,4 +23,7 @@ conf.registerGlobalValue(Github, 'channel', conf.registerGlobalValue(Github, 'shortURL', registry.Boolean(True, """Use git.io to produce shorter URLs""")) +conf.registerGlobalValue(Github, 'hidePush', + registry.Boolean(False, """Whether to hide 'user pushed ... commits' message""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3