summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
blob: f1cf32af89d807ff5ba0606f7bd0f48da04c6b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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`
# Important: if you do this, then switch to a branch without this file,
# `git blame` will fail with an error.
#
# Whitespace fixes
73a14e8562d6d133982d89bf07ea89bf546d98e5
# Strip trailing whitespace
1cd2ab96550b6b7d3abf92f76fe112798af727a4