diff options
author | Wolfgang E. Sanyer <WolfgangESanyer@gmail.com> | 2021-09-19 22:55:56 -0400 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-09-19 20:57:59 -0700 |
commit | 58c1b364419ffef8aeb1cb383a2d433314cacd09 (patch) | |
tree | a35ac47aa138042af810b4f0a0d9c8c2548a5ff6 /README.md | |
parent | Add github action to check black formatting (diff) | |
download | portage-58c1b364419ffef8aeb1cb383a2d433314cacd09.tar.gz portage-58c1b364419ffef8aeb1cb383a2d433314cacd09.tar.bz2 portage-58c1b364419ffef8aeb1cb383a2d433314cacd09.zip |
Added rev ignore file, to make git blame more usable
Closes: https://github.com/gentoo/portage/pull/745
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -30,6 +30,13 @@ 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: + +```sh +git config blame.ignoreRevsFile .gitignorerevs +``` + Dependencies ============ |