commit: 8a9242bca27294946f9d750693bd2eb7417b7779 Author: Wolfgang E. Sanyer <WolfgangESanyer <AT> gmail <DOT> com> AuthorDate: Thu May 12 04:16:02 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <WolfgangESanyer <AT> gmail.com> Closes: https://github.com/gentoo/portage/pull/830 Signed-off-by: Michał Górny <mgorny <AT> 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
