Message ID | 1541601809-16950-1-git-send-email-frieder.schrempf@kontron.de |
---|---|
Headers | show |
Series | Port the FSL QSPI driver to the SPI framework | expand |
On Wed, 7 Nov 2018 15:43:17 +0100 Frieder Schrempf <frieder.schrempf@kontron.de> wrote: > Changes in v4: > ============== > * Rebase on top of v4.20-rc1 > * Drop patches that were merged separately > * Address change of company name and email address Looks like your SoB and Author fields are still using the old address.
On 07.11.18 15:53, Boris Brezillon wrote: > On Wed, 7 Nov 2018 15:43:17 +0100 > Frieder Schrempf <frieder.schrempf@kontron.de> wrote: > >> Changes in v4: >> ============== >> * Rebase on top of v4.20-rc1 >> * Drop patches that were merged separately >> * Address change of company name and email address > > Looks like your SoB and Author fields are still using the old address. I changed my git user email and git send-email added a "From:" field to each patch because the old SoB doesn't match the new git user config. I can change the SoB fields in the next version.
On Wed, 7 Nov 2018 15:07:37 +0000 Schrempf Frieder <frieder.schrempf@kontron.De> wrote: > On 07.11.18 15:53, Boris Brezillon wrote: > > On Wed, 7 Nov 2018 15:43:17 +0100 > > Frieder Schrempf <frieder.schrempf@kontron.de> wrote: > > > >> Changes in v4: > >> ============== > >> * Rebase on top of v4.20-rc1 > >> * Drop patches that were merged separately > >> * Address change of company name and email address > > > > Looks like your SoB and Author fields are still using the old address. > > I changed my git user email and git send-email added a "From:" field to > each patch because the old SoB doesn't match the new git user config. > > I can change the SoB fields in the next version. Yep, you'd better update both the SoB and author (they have to match): git commit --amend --author="Schrempf Frieder <frieder.schrempf@kontron.de>" -s (and don't forget to remove the old SoB)
On 07.11.18 16:10, Boris Brezillon wrote: > On Wed, 7 Nov 2018 15:07:37 +0000 > Schrempf Frieder <frieder.schrempf@kontron.De> wrote: > >> On 07.11.18 15:53, Boris Brezillon wrote: >>> On Wed, 7 Nov 2018 15:43:17 +0100 >>> Frieder Schrempf <frieder.schrempf@kontron.de> wrote: >>> >>>> Changes in v4: >>>> ============== >>>> * Rebase on top of v4.20-rc1 >>>> * Drop patches that were merged separately >>>> * Address change of company name and email address >>> >>> Looks like your SoB and Author fields are still using the old address. >> >> I changed my git user email and git send-email added a "From:" field to >> each patch because the old SoB doesn't match the new git user config. >> >> I can change the SoB fields in the next version. > > Yep, you'd better update both the SoB and author (they have to match): > > git commit --amend --author="Schrempf Frieder <frieder.schrempf@kontron.de>" -s > > (and don't forget to remove the old SoB) Thank you for the hint. I ended up using the following command which is even a bit simpler: git commit --amend --reset-author -s