Skip to content

Commit 9f28fc1

Browse files
committed
Add list of commits to ignore during Git blame
Signed-off-by: Roger Sheen <roger@infotexture.net>
1 parent 3c1192a commit 9f28fc1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/.git-blame-ignore-revs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# List of commits to ignore during blame
2+
3+
# Set your local config to use this file
4+
# $ git config blame.ignoreRevsFile .github/.git-blame-ignore-revs
5+
6+
# Format: 1 unabbreviated SHA-1 per line
7+
8+
# Batch format & indent files 2019-11-13
9+
530b8c28ae4d24b392c77b81ca45605cc09a8427
10+
11+
# Initial Prettier setup run: 2020-09-26
12+
76c423f4b020096626d803db1afea3896033413e
13+
14+
# Subsequent Prettier formatting commits
15+
b2d430307b1cae70e391cbc71cf7e9cdd02652e5
16+
c734de7bcabac40513752fb0a9c4ce79869be7da
17+
b79e3346415ba66544bd7fe8439272f6e130ce3c
18+
71b3285875cb65b3bd23dc98152f03752cd6f08d
19+
20+
# [1]: https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revltrevgt
21+
# [2]: https://black.readthedocs.io/en/hello-furo/guides/introducing_black_to_your_project.html#avoiding-ruining-git-blame

0 commit comments

Comments
 (0)