Skip to content

Commit 48ef6f5

Browse files
authored
Create .git-blame-ignore-revs to help git blame
We should go through our history and identify more commits that only fix spaces & tabs on a large whole file base.
1 parent be7b31b commit 48ef6f5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.git-blame-ignore-revs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# List of commits that shouldn't be included in `git blame`.
2+
# Github and other tools already support it if it's this exact filename
3+
# But you have to teach your own git about this by running this command (in this repo)
4+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
5+
6+
# indent fix for JSON
7+
31b1031ade5d84f9c60e30d17da3b55e78d291fb
8+
9+
# fixing tabs & spaces mixed
10+
0d048e15683740b5c944be5333ec0680df825e47
11+
23ec4b622bbe503ef013be5a458e45ae6fd89b97
12+
200b0352084be9435c64aa60c550edd24a59131b

0 commit comments

Comments
 (0)