diff options
author | Wolfgang E. Sanyer <WolfgangESanyer@gmail.com> | 2022-05-12 00:16:02 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-21 12:12:50 +0200 |
commit | 8a9242bca27294946f9d750693bd2eb7417b7779 (patch) | |
tree | 9df532bbb4af9b77a55a0952c41e8bf8bd49d23d | |
parent | lib/portage/util: fix bundled whirlpool on empty bytestring input (diff) | |
download | portage-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>
-rw-r--r-- | .git-blame-ignore-revs (renamed from .gitignorerevs) | 0 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignorerevs b/.git-blame-ignore-revs index 321d9aa7c..321d9aa7c 100644 --- a/.gitignorerevs +++ b/.git-blame-ignore-revs @@ -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 |