summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
blob: 9fea13ee8fd2a1bcabe0a27ee89e378c63a6c8bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.
#
# Make EditresCom.c identation a lot less random
6ab92082d5f6c842b578a9fe1f9888ed3339336a
# Strip trailing whitespace
66492163cb244fbe22c67bebb14c0918dd11eab6
# Convert tabs to spaces in StrToWidg.c
bc78541e9a9a95bbd5413d62bfc114ddc9265c36