aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-01-19 18:59:45 +0100
committerGuido Günther <agx@sigxcpu.org>2011-01-22 15:32:55 +0100
commitd36077c1ff76113d6898c6ef1502c2e53f7318c6 (patch)
treeb0b1b6b081d1be027e2b7da0f4cfaf3de657f249 /gbp.conf
parent9054ae10dcde5070959d1c104e98afdb1c7e45cd (diff)
Add --author-is-comitter and --author-date-is-comitter-date commandline options
Closes: #610381
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index f4b334f5..573df42f 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -69,6 +69,10 @@
#upstream-branch = svn-upstream
# import filter:
#filter = [ 'CVS', '.cvsignore' ]
+#force committer to be the same as author
+#author-is-committer = True
+#same for the date
+#author-date-is-committer-date = True
# Options only affecting git-dch
[git-dch]