Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 21, 2022
  3. Feb 21, 2022
  4. Feb 09, 2022
  5. Jan 12, 2022
  6. Nov 04, 2021
  7. Sep 20, 2021
  8. Sep 06, 2021
    • Thomas Huth's avatar
      configure / meson: Move the GBM handling to meson.build · 8bc5184d
      Thomas Huth authored
      
      The GBM library detection does not need to be in the configure script,
      since it does not have any user-facing options (there are no
      --enable-gbm or --disable-gbm switches). Let's move it to meson.build
      instead, so we don't have to clutter config-host.mak with the related
      switches.
      
      Additionally, only check for GBM if it is really required, i.e. if we
      either compile with OpenGL or with virglrenderer support.
      
      Message-Id: <20210714085045.797168-1-thuth@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      8bc5184d
  9. Sep 02, 2021
  10. Jul 23, 2021
  11. Jul 14, 2021
Loading