Skip to content
Snippets Groups Projects
  1. May 09, 2022
  2. Apr 01, 2022
  3. Mar 23, 2022
    • Alex Bennée's avatar
      mailmap/gitdm: more fixes for bad tags and authors · b8003f99
      Alex Bennée authored
      
      I was running some historical tags for the last 10 years and got the
      following warnings:
      
        git log --use-mailmap --numstat --since "June 2010" | ~/src/gitdm.git/gitdm -n -l 5
        alarson@ddci.com is an author name, probably not what you want
        bad utf-8 ('utf-8' codec can't decode byte 0xe4 in position 552: invalid continuation byte) in patchm skipping
        bad utf-8 ('utf-8' codec can't decode byte 0xe4 in position 342: invalid continuation byte) in patchm skipping
        michael@ozlabs.org  is an author name, probably not what you want
        Oops...funky email nicta.com.au
        bad utf-8 ('utf-8' codec can't decode byte 0xe9 in position 232: invalid continuation byte) in patchm skipping
        Oops...funky email andreas.faerber
        Grabbing changesets...done
        Processed 76422 csets from 1902 developers
      
      The following fixes try and alleviate that although I still get a
      warning for Aaron which I think is from 9743cd57.
      
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Message-Id: <20220315121251.2280317-6-alex.bennee@linaro.org>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Acked-by: default avatarAaron Larson <alarson@ddci.com>
      Acked-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      Cc: Andreas Färber <andreas.faerber@web.de>
      Cc: Jason Wang <jasowang@redhat.com>
      b8003f99
  4. Dec 31, 2021
  5. Dec 17, 2021
  6. Nov 09, 2021
  7. Aug 10, 2021
  8. Jul 23, 2021
  9. Dec 13, 2020
  10. Oct 09, 2020
  11. Sep 01, 2020
  12. Jul 07, 2020
  13. Jun 09, 2020
  14. May 26, 2020
  15. Mar 17, 2020
  16. Feb 18, 2020
  17. Feb 06, 2020
  18. Oct 25, 2019
  19. Sep 02, 2019
  20. Dec 11, 2018
  21. Oct 18, 2018
  22. Oct 17, 2018
  23. Aug 16, 2018
  24. Apr 09, 2018
    • Eric Blake's avatar
      maint: Add .mailmap entries for patches claiming list authorship · 3bd2608d
      Eric Blake authored
      
      The list did not author any patches, but it does rewrite the
      'From:' header of messages sent from any domain with restrictive
      SPF policies that would otherwise prevent the message from reaching
      all list recipients.  If a maintainer is not careful to undo the
      list header rewrite, and the author did not include a manual
      'From:' line in the body to fix the munged header, then 'git am'
      happily attributes the patch to the list.  Add some mailmap
      entries to correct the few that have escaped our attention; while
      we also work on improving the tooling to catch the problem in
      the future before a merge is even made.
      
      Also improve the comments occurring in the file, including line
      length improvements.
      
      Signed-off-by: default avatarEric Blake <eblake@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      3bd2608d
  25. Feb 10, 2018
  26. Nov 06, 2017
  27. Sep 05, 2013
  28. Aug 19, 2013
  29. Dec 12, 2011
Loading