-
Notifications
You must be signed in to change notification settings - Fork 2
/
.git-blame-ignore-revs
30 lines (29 loc) · 1.28 KB
/
.git-blame-ignore-revs
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
26
27
28
29
30
# This file contains revisions to be ignored by git blame.
# These revisions are expected to be formatting-only changes.
#
# Calling `git blame --ignore-revs-file .git-blame-ignore-revs` will
# tell git blame to ignore changes made by these revisions when assigning
# assigning blame, as if the change never happened.
#
# You can enable this as a default for your local repository by running
# `git config blame.ignoreRevsFile .git-blame-ignore-revs`
# This will probably be automatically picked by your IDE
#
# Important: if you are switching to the branch without this file,
# `git blame` will fail with an error
#
# Guidelines:
# - Only large automated refactorings are expected to be included in this file.
# Do not add new revision just because it feels unimportant
# - Add a link to the relevant issue/MR
# START https://gitlab.com/deltares/rtc-tools/-/merge_requests/458
2503c49901bc4a7a3dc86d46b234e8973ed2feb5
476aeb27d164cebe3781de7f9a40b04b839a5220
cf540b1ad8fc39909e6e05e7656901e26daefb62
c623c053a97506b120ab546aa406b4706f2cf200
cef7507e09c0f187ad209e949575a04b7204cbe9
30868b64e85c56d971cbccb622466a1fe46bcd82
8929d6eac903af87ef982566cb07f45369eedda1
ee870e42deda8974e482e96995c5c136a8cfe07c
7908178e50ababa32534d205d62d525049b60dc3
# END https://gitlab.com/deltares/rtc-tools/-/merge_requests/458