aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-10-16 19:55:56 +0200
committerGuido Guenther <agx@sigxcpu.org>2007-10-16 20:03:41 +0200
commit93150307429ea9ebfe0c063e1e8ec75995f5849c (patch)
treecd438533a05a5415d0fa125c60a8bf7e8448cfa6 /gbp.conf
parentebd1d3148b02b63e9db6d5be3ec291c1531362e6 (diff)
add missing examples
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/gbp.conf b/gbp.conf
index 0082c844..15ecef35 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -13,7 +13,7 @@
#upstream-tag = upstream/%(version)s
#debian-tag = debian/%(version)s
-# Options only for git-buildpackage
+# Options only affecting git-buildpackage
[git-buildpackage]
#upstream-branch = dfsgclean
# uncomment this to automatically GPG sign tags
@@ -23,12 +23,17 @@
# push to a remote repository after a successful tag:
#posttag = git-push git.example.com
-# Options only for git-import-orig
+# Options only affecting git-import-orig
[git-import-orig]
#upstream-branch = newupstream
#debian-branch = dfsgclean
-# Options only for git-import-dsc
+# Options only affecting git-import-dsc
[git-import-dsc]
#upstream-branch = svn-upstream
+# Options only affecting git-dch
+[git-dch]
+#git-log = --no-merges
+#snapshot-number = snapshot + 1
+