Show More
@@ -1,8 +1,14 b'' | |||
|
1 | 1 | # When making commits that are strictly formatting/style changes, add the |
|
2 | # commit hash here, so git blame can ignore the change. | |
|
3 | # See docs for more details: | |
|
2 | # commit hash here, so git blame can ignore the change. See docs for more | |
|
3 | # details: | |
|
4 | 4 | # https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile |
|
5 | ||
|
5 | # | |
|
6 | # | |
|
7 | # You should be able to execute either | |
|
8 | # ./tools/configure-git-blame-ignore-revs.bat or | |
|
9 | # ./tools/configure-git-blame-ignore-revs.sh | |
|
10 | # | |
|
6 | 11 | # Example entries: |
|
12 | # | |
|
7 | 13 | # <full commit hash> # initial black-format |
|
8 | 14 | # <full commit hash> # rename something internal |
General Comments 0
You need to be logged in to leave comments.
Login now