aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-09 10:46:47 +0000
committerSam James <sam@gentoo.org>2022-02-09 10:47:18 +0000
commit58487585ad33bfc6aa06002e84791d85f4c8b935 (patch)
treea6d33f002f0c3789535f1bf60693b2175c9dc399 /README.md
parent*/*: reformat with latest Black 22.1.0 (diff)
downloadportage-58487585ad33bfc6aa06002e84791d85f4c8b935.tar.gz
portage-58487585ad33bfc6aa06002e84791d85f4c8b935.tar.bz2
portage-58487585ad33bfc6aa06002e84791d85f4c8b935.zip
.gitignorerevs: add Black 22.1.0 reformatting commit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e75b430c6..9e929197a 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,9 @@ editor integration. Something like this:
black --check --diff .
```
-To ignore commit 1bb64ff452 - which is a massive commit that simply formatted
-the code base using black - you can do the following:
+To ignore commit 1bb64ff452 (and other reformatting commits) which is a
+massive commit that simply formatted the code base using black - you can do
+the following:
```sh
git config blame.ignoreRevsFile .gitignorerevs