From 0ce3887a3ca3bb4431d54e4774979071f6d99f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?snooxx=20=F0=9F=92=A4?= Date: Fri, 4 Feb 2022 02:41:25 +0000 Subject: [PATCH] Add missing clang-format commit to .git-blame-ignore-revs After 19d98d6a reformatted Okular's codebase with `clang-format`, that commit was marked to be ignored by `git blame` by adding it to `.git-blame-ignore-revs` in 4fb45522. Later, !296 was merged but still needed reformatting, which was done in b09e23f6. However, the latter commit was still missing from `.git-blame-ignore-revs`, so let's add it. Test Plan: All commits mentioning `clang-format` which reformatted the codebase are now included in `.git-blame-ignore-revs`. --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 4a447eaa8..89a87c560 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,4 @@ # _clang_format added 19d98d6a74079a42bcc5cb0e899d239a4bdb6e20 +b09e23f6ab7bf806448d87df1ceb1ea769d5a300 +