Last active
April 16, 2021 04:05
-
-
Save maricn/9b939bc82eb48e0d07e94039a994e617 to your computer and use it in GitHub Desktop.
Template for .git-blame-ignore-revs (from https://shivering-isles.com/til/2021/03/git-blame-ignore-refs and https://stackoverflow.com/a/57129540/865499)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The commits that did automated reformatting. You can ignore them | |
# during git-blame with `--ignore-rev` or `--ignore-revs-file`. | |
# | |
# $ git config --add 'blame.ignoreRevsFile' '.git-blame-ignore-revs' | |
# | |
# Additional options to mark unblamable and ignored lines in the | |
# git-blame output: | |
# | |
# $ git config --add 'blame.markUnblamables' 'true' | |
# $ git config --add 'blame.markIgnoredLines' 'true' | |
# | |
155a94f86d6c23591f56d127d02280e9fff40f23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment