##// END OF EJS Templates
Update instruction on git blame
Matthias Bussonnier -
Show More
@@ -1,8 +1,14 b''
1 # When making commits that are strictly formatting/style changes, add the
1 # When making commits that are strictly formatting/style changes, add the
2 # commit hash here, so git blame can ignore the change.
2 # commit hash here, so git blame can ignore the change. See docs for more
3 # See docs for more details:
3 # details:
4 # https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
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 # Example entries:
11 # Example entries:
7 # <full commit hash> # initial black-format
12 #
13 # <full commit hash> # initial black-format
8 # <full commit hash> # rename something internal
14 # <full commit hash> # rename something internal
General Comments 0
You need to be logged in to leave comments. Login now