diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-02-17 15:43:09 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-02-17 15:45:33 +0100 |
commit | ecf1e5e984da36f8874cb46bc2b908abae3f03af (patch) | |
tree | a5c6924b20ff78432ae23133c9ea74d8d8632718 /.mailmap | |
parent | .mailmap: Add my e-mail addresses (diff) | |
download | gentoo-ecf1e5e984da36f8874cb46bc2b908abae3f03af.tar.gz gentoo-ecf1e5e984da36f8874cb46bc2b908abae3f03af.tar.bz2 gentoo-ecf1e5e984da36f8874cb46bc2b908abae3f03af.zip |
.mailmap: Make the commented sort pipeline work
The sort command needs the locale setting, not grep.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to '.mailmap')
-rw-r--r-- | .mailmap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ # Old/new developers can be added here to map their contributions accurately # before joining and after retiring, as well as the usual uses of .mailmap. # See gitmailmap(5) for format details. -# Please keep this list sorted. Use "LC_ALL=en_US.utf-8 grep -v '^#' .mailmap | sort" +# Please keep this list sorted. +# Use "grep -v '^#' .mailmap | LC_ALL=en_US.utf-8 sort". Alexey Shvetsov <alexxy@gentoo.org> <alexxy@omrb.pnpi.spb.ru> Andrew Ammerlaan <andrewammerlaan@gentoo.org> <aammerlaan@science.ru.nl> Andrew Ammerlaan <andrewammerlaan@gentoo.org> <andrew.ammerlaan@ru.nl> |