Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Sat, 21 May 2022 10:13:36
Message-Id: 1653127970.8a9242bca27294946f9d750693bd2eb7417b7779.mgorny@gentoo
1 commit: 8a9242bca27294946f9d750693bd2eb7417b7779
2 Author: Wolfgang E. Sanyer <WolfgangESanyer <AT> gmail <DOT> com>
3 AuthorDate: Thu May 12 04:16:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 10:12:50 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8a9242bc
7
8 Add github config to ignore revs in blame
9
10 See https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/
11 for more info.
12
13 Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer <AT> gmail.com>
14 Closes: https://github.com/gentoo/portage/pull/830
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 .gitignorerevs => .git-blame-ignore-revs | 0
18 README.md | 2 +-
19 2 files changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/.gitignorerevs b/.git-blame-ignore-revs
22 similarity index 100%
23 rename from .gitignorerevs
24 rename to .git-blame-ignore-revs
25
26 diff --git a/README.md b/README.md
27 index 3e7ba81aa..188503b81 100644
28 --- a/README.md
29 +++ b/README.md
30 @@ -35,7 +35,7 @@ massive commit that simply formatted the code base using black - you can do
31 the following:
32
33 ```sh
34 -git config blame.ignoreRevsFile .gitignorerevs
35 +git config blame.ignoreRevsFile .git-blame-ignore-revs
36 ```
37
38 Dependencies