commit: ecf1e5e984da36f8874cb46bc2b908abae3f03af Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 17 14:43:09 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Feb 17 14:45:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf1e5e9
.mailmap: Make the commented sort pipeline work The sort command needs the locale setting, not grep. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> .mailmap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 4dbccd281281..46e0bc7d71e4 100644 --- a/.mailmap +++ b/.mailmap @@ -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 <[email protected]> <[email protected]> Andrew Ammerlaan <[email protected]> <[email protected]> Andrew Ammerlaan <[email protected]> <[email protected]>
