From e149f5274a8149d9366717b9d762d13097834a53 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sat, 26 Apr 2014 15:52:48 +0300 Subject: Better handling of branch merges --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index c5b1f74..ba94c80 100644 --- a/config.py +++ b/config.py @@ -41,4 +41,8 @@ conf.registerGlobalValue(Github, 'tagShowCommitMsg', registry.Boolean(True, """Show the commit message of the commit a new tag points to""")) +conf.registerGlobalValue(Github, 'showMergedCommits', + registry.Boolean(False, + """Show merged commits when a branch is merged into another""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3