forked from rsmmr/git-notifier
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgit-notifier.conf
More file actions
26 lines (24 loc) · 754 Bytes
/
git-notifier.conf
File metadata and controls
26 lines (24 loc) · 754 Bytes
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