ome / omero-web

Django-based OMERO.web client
https://www.openmicroscopy.org/omero
16 stars 29 forks source link

Map contributors to use canonical real names and email addresses #482

Closed sbesson closed 1 year ago

sbesson commented 1 year ago

These updates reviews all commits and associates a canonical real name and email address to each individual contributor. The following rules are used for the construction of the .mailmap file:

The .mailmap is constructed according to the official documentation using one of the two forms:

Proper Name <proper@email.xx> <commit@email.xx>

for mapping different email addresses and

Proper Name <proper@email.xx> Commit Name <commit@email.xx>

for mapping different real names.

The unique list of commit authors can be generated and reviewing using git shortlog -se

See also https://github.com/ome/openmicroscopy/pull/6349 and https://github.com/ome/bioformats/pull/4026

jburel commented 1 year ago

Merging