From 20b7708662c49af3cfceb23316f7448fa2cf797c Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 16 Oct 2023 09:41:59 +0900 Subject: [PATCH] Add a few recent commits to .git-blame-ignore-revs Three commits need to be added compared to the last time this file was updated: - e9718b4bd3e4 - 01529c704008 - b6a77c6a6ccf --- .git-blame-ignore-revs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 8a1028663b8..d931fd6a1d6 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -14,6 +14,15 @@ # # $ git log --pretty=format:"%H # %cd%n# %s" $PGINDENTGITHASH -1 --date=iso +e9718b4bd3e4234ffd5a4907a903367fc483c843 # 2023-10-16 09:36:31 +0900 +# Fix code indentation violations in e83d1b0c40cc + +01529c7040088db2718628d0814058598152bd39 # 2023-10-16 13:32:41 +1300 +# Fix comment from commit 22655aa231. + +b6a77c6a6ccf698787201b001cbbbf9c89fe5715 # 2023-10-11 17:14:31 -0400 +# Reindent comment in GenericXLogFinish(). + bc6041b61f6678d32a5cfb70744653cd8f8d01c0 # 2023-08-30 15:56:22 +0900 # Fix code indentation vioaltion introduced in commit 3c662643c4.