Hi, On Mon, Mar 03, 2014 at 11:28:34PM -0500, Joe Nahmias wrote: > On 03/03/2014 03:45 AM, Guido Günther wrote: > >On Sun, Mar 02, 2014 at 06:31:23PM -0500, Joseph Nahmias wrote: > >>It seems like the --git-author to the dch command of gbp doesn't work at > >>all. > > > >Can you run the command with -v and provide the logs please? > > attached. > > >Cheers, > > -- Guido
> $ git config --get user.email > [email protected] > $ gbp dch --git-author -v I can reproduce this but I do wonder if this isn't a bug in dch itself. If I do: $ dch 'asdf' I get: git-buildpackage (0.6.14) UNRELEASED; urgency=medium * asdf -- Guido Günther <[email protected]> Thu, 22 May 2014 22:11:50 +0200 $ DEBFULLNAME='Not me' dch 'another message' I get: git-buildpackage (0.6.14) UNRELEASED; urgency=medium [ Guido Günther ] * asdf [ Not me ] * another message -- Guido Günther <[email protected]> Thu, 22 May 2014 22:11:50 +0200 ^^^^^^^^^^^^^ While I would expect git-buildpackage (0.6.14) UNRELEASED; urgency=medium [ Guido Günther ] * asdf [ No me ] * another message -- Not me <[email protected]> Thu, 22 May 2014 22:11:50 +0200 ^^^^^^ Does this sound sane? If so I'll reassign to dch. Cheers, -- Guido -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

