From 8a9242bca27294946f9d750693bd2eb7417b7779 Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Thu, 12 May 2022 00:16:02 -0400 Subject: Add github config to ignore revs in blame MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/ for more info. Signed-off-by: Wolfgang E. Sanyer Closes: https://github.com/gentoo/portage/pull/830 Signed-off-by: Michał Górny --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3-65-gdbad