Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Wed, 09 Feb 2022 10:47:30
Message-Id: 1644403638.58487585ad33bfc6aa06002e84791d85f4c8b935.sam@gentoo
1 commit: 58487585ad33bfc6aa06002e84791d85f4c8b935
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 10:46:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 10:47:18 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=58487585
7
8 .gitignorerevs: add Black 22.1.0 reformatting commit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .gitignorerevs | 2 ++
13 README.md | 5 +++--
14 2 files changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/.gitignorerevs b/.gitignorerevs
17 index 3fc16afef..5a68ba878 100644
18 --- a/.gitignorerevs
19 +++ b/.gitignorerevs
20 @@ -2,3 +2,5 @@
21 3812225ace5db8c691cbe027d234a3e223972199
22 # black 21.12b0 reformatting
23 a5092f11f31b6a9d54a34423088a7bb8e70bc1c6
24 +# black 22.1.0 reformatting
25 +baf79da44e543cc0fd12f64a2c99b49b66727f39
26
27 diff --git a/README.md b/README.md
28 index e75b430c6..9e929197a 100644
29 --- a/README.md
30 +++ b/README.md
31 @@ -30,8 +30,9 @@ editor integration. Something like this:
32 black --check --diff .
33 ```
34
35 -To ignore commit 1bb64ff452 - which is a massive commit that simply formatted
36 -the code base using black - you can do the following:
37 +To ignore commit 1bb64ff452 (and other reformatting commits) which is a
38 +massive commit that simply formatted the code base using black - you can do
39 +the following:
40
41 ```sh
42 git config blame.ignoreRevsFile .gitignorerevs