commit: 636edf45d246f8181231402f1f616a41afc8327c Author: Brian Harring <ferringb <AT> gmail <DOT> com> AuthorDate: Sun Dec 25 19:27:06 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Dec 25 19:34:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=636edf45
Suppress the black reformat commit from git blame This can be activated (per repo) via: git config blame.ignoreRevsFile .git-blame-ignore-revs Signed-off-by: Brian Harring <ferringb <AT> gmail.com> Closes: https://github.com/pkgcore/pkgcore/pull/382 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 000000000..8f53ae64e --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Reformat the repository with black-22.12.0 +b17af120f9081aa30d6a368fd75a69c298cb70e0
