# SHAs of pure-formatting / mechanical commits that `git blame` should
# look through. Per-clone opt-in:
#
#   git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# GitHub's blame view honours this file automatically — no setup needed
# in the web UI.

# Whole-repo clang-format pass over src/ + include/ (CoolProp-2uw.12, PR #2803)
6d2eb695ee8c15de5ef0daee58869db772e42fd7

# Safe clang-tidy --fix passes: modernize-use-nullptr, modernize-use-emplace,
# modernize-deprecated-headers (CoolProp-2uw.13 part 1, PR #2805)
ee879788a10365c13f812993c4db6e69cb2d51a7

# clang-tidy --fix for cppcoreguidelines-init-variables across src/
# (CoolProp-2uw.13 part 2, PR #2808)
7adb0aa1a216a0495b075fb84ad402b331bf9655

# clang-tidy perf sweep + virtual-in-ctor + float-loops
# (CoolProp-kig, #2926, PR #2980)
2e61d46eeaa083895d14b64b461c973f4c52b2dd

# clang-tidy Tier-2 mechanical fix-it sweep (modernize/perf:
# unnecessary-value-param, prefer-member-initializer, use-auto,
# loop-convert, use-equals-default, use-using, etc.)
# (CoolProp-0xu, #2926 layer 2, PR #3019)
fe950bbfa4c2cf53a79fb5a3d848b7c945dd1ddf

# Header reorg Phase 1: bulk move of ~28 public headers into include/CoolProp/
# tiers (+ CP-/_include- renames) and the mechanical #include rewrite across
# the core library. Predominantly a pure relocation. (GH #1280, CoolProp-dfw)
2bfcc6f263ab9c3f58faebc01ca5b9ffa241961f
