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 0D06515808B for ; Wed, 9 Feb 2022 10:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49E74E082B; Wed, 9 Feb 2022 10:47:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1795BE082B for ; Wed, 9 Feb 2022 10:47:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23B5E33FE26 for ; Wed, 9 Feb 2022 10:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F0822B2 for ; Wed, 9 Feb 2022 10:47:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644403638.58487585ad33bfc6aa06002e84791d85f4c8b935.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .gitignorerevs README.md X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 58487585ad33bfc6aa06002e84791d85f4c8b935 X-VCS-Branch: master Date: Wed, 9 Feb 2022 10:47:26 +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: 8dcb4763-5ec2-4064-9aaf-4fa703e4608f X-Archives-Hash: 8da3a58762275c603ca070b2def499cb commit: 58487585ad33bfc6aa06002e84791d85f4c8b935 Author: Sam James gentoo org> AuthorDate: Wed Feb 9 10:46:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 9 10:47:18 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=58487585 .gitignorerevs: add Black 22.1.0 reformatting commit Signed-off-by: Sam James gentoo.org> .gitignorerevs | 2 ++ README.md | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignorerevs b/.gitignorerevs index 3fc16afef..5a68ba878 100644 --- a/.gitignorerevs +++ b/.gitignorerevs @@ -2,3 +2,5 @@ 3812225ace5db8c691cbe027d234a3e223972199 # black 21.12b0 reformatting a5092f11f31b6a9d54a34423088a7bb8e70bc1c6 +# black 22.1.0 reformatting +baf79da44e543cc0fd12f64a2c99b49b66727f39 diff --git a/README.md b/README.md index e75b430c6..9e929197a 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ editor integration. Something like this: black --check --diff . ``` -To ignore commit 1bb64ff452 - which is a massive commit that simply formatted -the code base using black - you can do the following: +To ignore commit 1bb64ff452 (and other reformatting commits) which is a +massive commit that simply formatted the code base using black - you can do +the following: ```sh git config blame.ignoreRevsFile .gitignorerevs