From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9B7B15808B for ; Sat, 17 Feb 2024 14:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A412E2A20; Sat, 17 Feb 2024 14:45:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAF54E2A20 for ; Sat, 17 Feb 2024 14:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0C5E33D3CF for ; Sat, 17 Feb 2024 14:45:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33EB11301 for ; Sat, 17 Feb 2024 14:45:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1708181133.ecf1e5e984da36f8874cb46bc2b908abae3f03af.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: / X-VCS-Repository: repo/gentoo X-VCS-Files: .mailmap X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ecf1e5e984da36f8874cb46bc2b908abae3f03af X-VCS-Branch: master Date: Sat, 17 Feb 2024 14:45:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b55fb77-0023-4f48-9e34-892e10dff6c9 X-Archives-Hash: 789e4799d14c14a081117b2773b1ad81 commit: ecf1e5e984da36f8874cb46bc2b908abae3f03af Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 17 14:43:09 2024 +0000 Commit: Ulrich Müller gentoo 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 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 Andrew Ammerlaan Andrew Ammerlaan