| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
The sort command needs the locale setting, not grep.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
|
|
|
|
| |
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
| |
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
|
|
| |
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
| |
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
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>
|