File: git-notifier.conf

package info (click to toggle)
git-notifier 1%3A0.6-25-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 168 kB
  • ctags: 111
  • sloc: python: 745; makefile: 18
file content (26 lines) | stat: -rw-r--r-- 754 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[git-notifier]

# This is the git-notifier configuration file, which provides system-wide
# default configuration values. Configuration data is taken in the following
# order of precedence:
#
#  1. command-line options
#  2. repository-specific configuration (via 'git config hooks.<option>')
#  3. this file
#
# In the default configuration file shipped with git-notifier, options are
# specified with their default value where possible, but are left commented.
# Uncommented options override the default value.

# mailinglist=
# allchanges =
# debug = off
# emailprefix = [git/%r]
# log = git-notifier.log
# mailcmd = /usr/sbin/sendmail -t
# maxdiffsize = 50
# noupdate = false
# updateonly = false
# mergediffs =
# ignoreremotes = false
# maxage = 30