From 354604dfc0bf29f9bc3a84664f4b226609cfdc2c Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Wed, 21 Aug 2013 00:10:48 +0300 Subject: Add support for tags Make URL links purple Add tagShowCommitMsg configuration option to toggle whether to show the commit message on new tags --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 010a2f6..c5b1f74 100644 --- a/config.py +++ b/config.py @@ -37,4 +37,8 @@ conf.registerGlobalValue(Github, 'showMilestone', registry.Boolean(True, """Show the name of the milestone when reporting issues or issue comments""")) +conf.registerGlobalValue(Github, 'tagShowCommitMsg', + registry.Boolean(True, + """Show the commit message of the commit a new tag points to""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3