From 0e4c997ac805036328582533527a0eb1c2fe17e9 Mon Sep 17 00:00:00 2001 From: Franz Busch Date: Fri, 19 Jul 2024 11:50:50 +0200 Subject: [PATCH] Ignore format commit from git blame # Motivation We just adopted `swift-format` in https://github.com/apple/swift-nio/pull/2794. To avoid blame showing this format commit we can use a `.git-blame-ignore-revs` file. # Modification This PR adds a `.git-blame-ignore-revs` and puts the formatting commit into it. # Result Helps in blaming the right person ;) --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000..6821286758 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Adopt swift-format +c9756e108351a1def2e2c83ff5ee6fb9bcbc3bbf