On Thu, May 05, 2016 at 04:19:44PM +0900, Charles Plessy wrote: > Package: git-buildpackage > Version: 0.7.3 > Severity: normal > > Hi, > > I am trying to import source packages with the command `gbp import-dsc` and I > would like to prevent the commit "Imported Debian patch xzz" from being > attributed to the person who signed the changelog of the source package, since > it would miselad others that that person was actually working in the Git > repository. > > I tried to set ~/.gbp.conf as follows, without success. > > [import-dsc] > author-is-committer = False > author-date-is-committer-date = False > > Is that a bug or did I misunderstand what `author-is-committer` is actually > doing ?
I think I know what you're talking about but could you attach the output of git show --pretty=fuller of the import and additionally how you want it to look like? The current format is not ment to override the author but only the committer so we might need an extra option for that. Cheers, -- Guido