mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-28 11:38:38 +00:00
When mapping e-mail addresses and names;
<preferred@example.com> <foo@bar.com>
Maps `foo@bar.com` to `preferred@example.com`, whereas:
Preferred Name <preferred@example.com> <foo@bar.com>
Will update the e-mail address _and_ set the preferred name, _if_ the original
e-mail address in the commit was `<foo@bar.com>` (otherwise the rule is not
executed).
Finally, this rule:
Preferred Name <preferred@example.com>
Will set the name to `Preferred Name` if the e-mail address in the commit
matches `preferred@example.com`
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
40 lines
2.2 KiB
Plaintext
40 lines
2.2 KiB
Plaintext
# Generate AUTHORS: scripts/generate-authors.sh
|
|
|
|
# Tip for finding duplicates (besides scanning the output of AUTHORS for name
|
|
# duplicates that aren't also email duplicates): scan the output of:
|
|
# git log --format='%aE - %aN' | sort -uf
|
|
#
|
|
# For explanation on this file format: man git-shortlog
|
|
|
|
Amir Chaudhry <amir.chaudhry@docker.com> <amirmc@gmail.com>
|
|
Anil Madhavapeddy <anil.madhavapeddy@docker.com> <anil@recoil.org>
|
|
Dan Finneran <dan@thebsdbox.co.uk> <dan@dev.fnnrn.me>
|
|
Dan Finneran <dan@thebsdbox.co.uk> <daniel.finneran@gmail.com>
|
|
Dan Finneran <dan@thebsdbox.co.uk>
|
|
David Scott <dave.scott@docker.com> <dave.scott@unikernel.com>
|
|
David Scott <dave.scott@docker.com> <dave@recoil.org>
|
|
David Scott <dave.scott@docker.com> <djs55@users.noreply.github.com>
|
|
David Scott <dave.scott@docker.com>
|
|
Dave Tucker <dt@docker.com> <dave@dtucker.co.uk>
|
|
David Gageot <david.gageot@docker.com> <david@gageot.net>
|
|
David Sheets <david.sheets@docker.com> <dsheets@docker.com>
|
|
David Sheets <david.sheets@docker.com> <sheets@alum.mit.edu>
|
|
Ian Campbell <ian.campbell@docker.com> <ijc25@users.noreply.github.com>
|
|
Jeremy Yallop <yallop@docker.com> <yallop@gmail.com>
|
|
Justin Cormack <justin.cormack@docker.com> <justin.cormack@unikernel.com>
|
|
Justin Cormack <justin.cormack@docker.com> <justin@specialbusservice.com>
|
|
Ken Cochrane <ken.cochrane@docker.com> <KenCochrane@gmail.com>
|
|
Magnus Skjegstad <magnus.skjegstad@docker.com> <magnus@skjegstad.com>
|
|
Mindy Preston <mindy.preston@docker.com> <meetup@yomimono.org>
|
|
Nathan LeClaire <nathan.leclaire@docker.com> <nathan.leclaire@gmail.com>
|
|
Nathan LeClaire <nathan.leclaire@docker.com> <nathanleclaire@gmail.com>
|
|
Radu Matei <matei.radu94@gmail.com>
|
|
Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com> <riyazdf@berkeley.edu>
|
|
Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com> <riyazdf@gmail.com>
|
|
Rolf Neugebauer <rolf.neugebauer@docker.com> <rneugeba@users.noreply.github.com>
|
|
Rolf Neugebauer <rolf.neugebauer@docker.com> <rolf.neugebauer@gmail.com>
|
|
Sebastiaan van Stijn <sebastiaan.vanstijn@docker.com> <github@gone.nl>
|
|
Simon Ferquel <simon.ferquel@docker.com> <simon.ferquel@hotmail.fr>
|
|
Thomas Gazagnaire <thomas.gazagnaire@docker.com> <thomas@gazagnaire.com>
|
|
Thomas Gazagnaire <thomas.gazagnaire@docker.com> <thomas@gazagnaire.org>
|