From d36077c1ff76113d6898c6ef1502c2e53f7318c6 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 19 Jan 2011 18:59:45 +0100 Subject: Add --author-is-comitter and --author-date-is-comitter-date commandline options Closes: #610381 --- gbp.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index f4b334f..573df42 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] -- cgit v1.2.3