commit: 58487585ad33bfc6aa06002e84791d85f4c8b935 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 9 10:46:47 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 9 10:47:18 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=58487585
.gitignorerevs: add Black 22.1.0 reformatting commit Signed-off-by: Sam James <sam <AT> gentoo.org> .gitignorerevs | 2 ++ README.md | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignorerevs b/.gitignorerevs index 3fc16afef..5a68ba878 100644 --- a/.gitignorerevs +++ b/.gitignorerevs @@ -2,3 +2,5 @@ 3812225ace5db8c691cbe027d234a3e223972199 # black 21.12b0 reformatting a5092f11f31b6a9d54a34423088a7bb8e70bc1c6 +# black 22.1.0 reformatting +baf79da44e543cc0fd12f64a2c99b49b66727f39 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
