summaryrefslogtreecommitdiff
path: root/gbp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/gbp.conf b/gbp.conf
index c7ecbb6..9ab4093 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -16,7 +16,7 @@
#pristine-tar = True
# don't check if debian-branch == current branch:
#ignore-branch = True
-# Use color when on a terminal, alternatives: on, off
+# Use color when on a terminal, alternatives: on/true, off/false or auto
#color = auto
# Options only affecting git-buildpackage
@@ -41,6 +41,8 @@
#compression = bzip2
# use best compression
#compression-level = best
+# Don't send notifications, alternatives: on/true, off/false or auto
+#notify = off
# Options only affecting git-import-orig
[git-import-orig]