From 664fb0d72095f4a606028bb40a88d09b0161cb1c Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Thu, 18 May 2017 03:28:58 +0300 Subject: Add maxCommitCount docs --- docs/_static/maxCommitCount.png | Bin 0 -> 73772 bytes docs/configuration.rst | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 docs/_static/maxCommitCount.png diff --git a/docs/_static/maxCommitCount.png b/docs/_static/maxCommitCount.png new file mode 100644 index 0000000..8de4ffd Binary files /dev/null and b/docs/_static/maxCommitCount.png differ diff --git a/docs/configuration.rst b/docs/configuration.rst index 35f146b..25c8849 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -259,3 +259,15 @@ Available configuration values :Default value: `False` :Type: Boolean :Scope: `Channel` + +``maxCommitCount`` + The maximum number of commits to show in one push. Prevents spamming channels, + especially in cases of merges. Set to `0` to disable and allow infinite + commit messages to be sent. + + .. image:: _static/maxCommitCount.png + :scale: 75 + + :Default value: `7` + :Type: Integer + :Scope: `Channel` -- cgit v1.2.3