diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-09-08 17:11:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 17:11:32 +0200 |
commit | 4287bebd5b6ec7b5d2346cda06acc4259208c8c2 (patch) | |
tree | d0f4c57452196f29b87810e620a27048eb4bd11f | |
parent | c50febf5ef1abd6fa5be4b7519dfb384bd31cbec (diff) | |
parent | 739c870900011b8b40e5e2dd4fd95e82c17064f0 (diff) |
Merge pull request #59487 from Calinou/add-git-blame-ignore-revs
-rw-r--r-- | .git-blame-ignore-revs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000..728acb8da7 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,17 @@ +# This file contains a list of Git commit hashes that should be hidden from the +# regular Git history. Typically, this includes commits involving mass auto-formatting +# or other normalizations. Commit hashes *must* use the full 40-character notation. +# To apply the ignore list in your local Git client, you must run: +# +# git config blame.ignoreRevsFile .git-blame-ignore-revs +# +# This file is automatically used by GitHub.com's blame view. + +# A Whole New World (clang-format edition) +5dbf1809c6e3e905b94b8764e99491e608122261 + +# Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks +0be6d925dc3c6413bce7a3ccb49631b8e4a6e67a + +# Style: clang-format: Disable AllowShortIfStatementsOnASingleLine +e956e80c1fa1cc8aefcb1533e5acf5cf3c8ffdd9 |