aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang E. Sanyer <WolfgangESanyer@gmail.com>2022-05-12 00:16:02 -0400
committerMichał Górny <mgorny@gentoo.org>2022-05-21 12:12:50 +0200
commit8a9242bca27294946f9d750693bd2eb7417b7779 (patch)
tree9df532bbb4af9b77a55a0952c41e8bf8bd49d23d /README.md
parentlib/portage/util: fix bundled whirlpool on empty bytestring input (diff)
downloadportage-8a9242bca27294946f9d750693bd2eb7417b7779.tar.gz
portage-8a9242bca27294946f9d750693bd2eb7417b7779.tar.bz2
portage-8a9242bca27294946f9d750693bd2eb7417b7779.zip
Add github config to ignore revs in blame
See https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/ for more info. Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com> Closes: https://github.com/gentoo/portage/pull/830 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e7ba81aa..188503b81 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ massive commit that simply formatted the code base using black - you can do
the following:
```sh
-git config blame.ignoreRevsFile .gitignorerevs
+git config blame.ignoreRevsFile .git-blame-ignore-revs
```
Dependencies