diff options
author | Sam James <sam@gentoo.org> | 2022-02-09 10:46:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-09 10:47:18 +0000 |
commit | 58487585ad33bfc6aa06002e84791d85f4c8b935 (patch) | |
tree | a6d33f002f0c3789535f1bf60693b2175c9dc399 /README.md | |
parent | */*: reformat with latest Black 22.1.0 (diff) | |
download | portage-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.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |