-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.git-blame-ignore-revs
More file actions
25 lines (18 loc) · 1.01 KB
/
.git-blame-ignore-revs
File metadata and controls
25 lines (18 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
``# Add all the commits you would like to be omitted from the `git blame` output here.
# Add one commit per line and a comment with the reason for the omission.
# In order to use this file, you either need to add it to your config:
# git config blame.ignoreRevsFile .git-blame-ignore-revs
# or pass it as an argument to `git blame`:
# git blame --ignore-revs-file .git-blame-ignore-revs <file>
# To remove the settings from your config:
# git config --unset blame.ignoreRevsFile
# or pass the --ignore-revs-file option with an empty value:
# git blame --ignore-revs-file="" <file>
# While this setting isn't automatically picked up git, it is used by GitHub based on the file name
######### COMMITS IGNORED FROM BLAME #########
# ignore the "Format with black" commit since it affects many files with no logic impact
a56b04dd07c31e5d0713bb4eb321212cfab95b27
# ignore the frontend formatting commit
23a3d3ce63f25884b09ab83ec34ec091967da75c
# ignore another frontend formatting commit
fa60ad0092932b9e05eb50f4735df4a55ba52be0