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 87FD6158090 for ; Sat, 21 May 2022 10:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5207E081B; Sat, 21 May 2022 10:13:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AC75CE081B for ; Sat, 21 May 2022 10:13:35 +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 CBA813412DC for ; Sat, 21 May 2022 10:13:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63E5C3AA for ; Sat, 21 May 2022 10:13:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1653127970.8a9242bca27294946f9d750693bd2eb7417b7779.mgorny@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .git-blame-ignore-revs .gitignorerevs README.md X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8a9242bca27294946f9d750693bd2eb7417b7779 X-VCS-Branch: master Date: Sat, 21 May 2022 10:13:32 +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: a7cff09b-e082-498c-846f-b6243d9d36ad X-Archives-Hash: 14d354e7b4b9e8e34c7fe8e7768c7274 commit: 8a9242bca27294946f9d750693bd2eb7417b7779 Author: Wolfgang E. Sanyer gmail com> AuthorDate: Thu May 12 04:16:02 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 21 10:12:50 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8a9242bc Add github config to ignore revs in blame See https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/ for more info. Signed-off-by: Wolfgang E. Sanyer gmail.com> Closes: https://github.com/gentoo/portage/pull/830 Signed-off-by: Michał Górny gentoo.org> .gitignorerevs => .git-blame-ignore-revs | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignorerevs b/.git-blame-ignore-revs similarity index 100% rename from .gitignorerevs rename to .git-blame-ignore-revs diff --git a/README.md b/README.md index 3e7ba81aa..188503b81 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ massive commit that simply formatted the code base using black - you can do the following: ```sh -git config blame.ignoreRevsFile .gitignorerevs +git config blame.ignoreRevsFile .git-blame-ignore-revs ``` Dependencies