James Clarke writes ("Bug#853085: quilt-fixup does not honour DEBMAIL or
.git/config's user.email"):
> Package: dgit
> Version: 3.9
> Severity: normal
>
> You can see in the dgit history for symfony.git that the automatic
> quilt-fixup commits for my NMU used my [email protected] email address,
> rather than my [email protected] email address, which git correctly used
> for my own commits. I would guess it's picking up my global user.email
> instead.
I think it's something more subtle than that. Can you please:
1. Find the commitid of your HEAD when you ran dgit quilt-fixup
or dgit push and it did this wrong thing.
2. Run the following commands and send me the output:
git checkout --detach <that commitid>
dgit -DD quilt-fixup
dpkg-parsechangelog
git config -l
git config -l --local
git config -l --global
printenv | sort
Is it possible that your git tree was created by `dgit clone' in an
environment which lacked your DEBEMAIL setting ?
Ian.