summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .mailmap: map my old email addresses and nameEric Joldasov2024-05-241-0/+2
| | | | | | Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net> Closes: https://github.com/gentoo/gentoo/pull/36806 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* mailmap: map my old email address, also sortChristopher Bayliss2024-05-191-1/+2
| | | | | | Signed-off-by: Christopher Bayliss <cjbdev@icloud.com> From: https://github.com/gentoo/gentoo/pull/36713 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* mailmap: Add my old contribution addressesMichal Privoznik2024-02-281-0/+3
| | | | | | Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35534 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* .mailmap: map my previous emailsPetr Vaněk2024-02-181-0/+3
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* mailmap: rename my old emailArsen Arsenović2024-02-171-0/+1
| | | | Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* mailmap: Add my other emailAlexey Sokolov2024-02-171-0/+1
| | | | | | Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/35395 Signed-off-by: Sam James <sam@gentoo.org>
* .mailmap: sortSam James2024-02-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* .mailmap: add second mail address used in some commitsMartin Dummer2024-02-171-0/+1
| | | | | | Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/35390 Signed-off-by: Sam James <sam@gentoo.org>
* .mailmap: add my (xgqt) old contribution addressesMaciej Barć2024-02-171-0/+2
| | | | | | | Bug: https://bugs.gentoo.org/754063 Bug: https://bugs.gentoo.org/807157 Bug: https://github.com/gentoo/gentoo/pull/17850 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* .mailmap: Make the commented sort pipeline workUlrich Müller2024-02-171-1/+2
| | | | | | The sort command needs the locale setting, not grep. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* .mailmap: Add my e-mail addressesUlrich Müller2024-02-171-0/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* .mailmap: add my emailsAlexey Shvetsov2024-02-171-0/+1
| | | | Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* .mailmap: map my pre-dev commits to selfMarek Szuba2024-02-171-0/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* .mailmap: add myselfViorel Munteanu2024-02-171-0/+1
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* mailmap: add "please keep sorted" commentFlorian Schmaus2024-02-171-0/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* .mailmap: add myself, sortJoonas Niilola2024-02-171-5/+6
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mailmap: do not repeat the name if it is not necessaryFlorian Schmaus2024-02-171-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* .mailmap: add my many e-mail addressesAndrew Ammerlaan2024-02-171-0/+5
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* .mailmap: add my previous emailIonen Wolkens2024-02-171-0/+1
| | | | | | | | Unsure if we're meant to go alphabetical or order-added in there, but given previous commit added it at the bottom doing the same for now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* mailmap: map my personal e-mailFlorian Schmaus2024-02-171-0/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* .mailmap: initSam James2024-02-171-0/+5
As proposed at https://marc.info/?l=gentoo-dev&m=170781377903495&w=2. """ There's a few reasons: * We should accurately map pre-developer-status contributions. For example, it'd be nice if sam@cmpct.info was mapped correctly into sam@gentoo.org when doing git blame. We know sam@cmpct.info and sam@gentoo.org are the same person, it feels coherent to tell git that via the mechanism intended for it. * It's useful for when people retire as well. Not that I plan on going anywhere any time soon (sorry!), but this is both a useful way for people to better "retain credit" *and* for e.g. 'git blame' to work better if they then come back as a contributor but not a developer, which happens on occasion, or if they occasionally contribute with a different email address (we have this for some devs who contribute under a "work context" too). * It allows people to have git respecting changing their name for various reasons (e.g. we've had contributors start using their real name and vice-versa over the years). """ Signed-off-by: Sam James <sam@gentoo.org>