Skip to content

Commit 8a563c7

Browse files
committed
chore: ensure git blame remains informative
1 parent 14acfad commit 8a563c7

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ README.md
1717
^libgit2-.*_linux$
1818
^[.]?air[.]toml$
1919
^\.vscode$
20+
^\.git-blame-ignore-rev$

.git-blame-ignore-rev

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file lists revisions of large-scale formatting/style changes so that
2+
# they can be excluded from git blame results.
3+
#
4+
# To set this file as the default ignore file for git blame, run:
5+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
6+
7+
# https://github.com/r-lib/gert/pull/255
8+
4a7d8220d731efc1952f338e19258d3da3c88b0c

0 commit comments

Comments
 (0)