Skip to content

update mailmap

Adam Mercer requested to merge adam-mercer/lalsuite:update-mailmap into master

Description

A distcheck build fails with the following error:

  GEN      AUTHORS
/bin/sh: line 10: test: too many arguments

**************************************************
It looks like the following entries in AUTHORS are
not nicely formatted names:
   hiroaki ohta
(By 'nicely formatted' we mean properly capitalised
human names, e.g. Albert Einstein, as opposed to
computer user names, e.g. albert.einstein.)
You may need to set up Git for the first time, for
help see https://git-scm.com/book.
You may also need to add an entry to the .mailmap 
file of the form
   Your Nicely Formatted Name <my.email@address>
For help please ask the LALSuite maintainers.
**************************************************

update .mailmap to handle capitalization correctly

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

Please provide details on any reviews related to this change and and the associated reviewers.

Merge request reports