pgpool: Add .git-blame-ignore-revs.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Add .git-blame-ignore-revs.
Date: 2025-07-17 10:31:07
Message-ID: E1ucLtK-004ZtH-13@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Add .git-blame-ignore-revs.

.git-blame-ignore-revs lists commits to be ignored by git blame
command. Any indentation fix commit using pgindent should be added to
the file. How to add an entry to the file is explained in the beginning
of the file.

Also add 468573ad3 to the file as the first entry.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=43788337fc9227135d6c4b3ed866a32fbd31d6f8

Modified Files
--------------
.git-blame-ignore-revs | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-07-18 05:47:15 pgpool: Fix memory leak.
Previous Message Tatsuo Ishii 2025-07-17 10:19:46 pgpool: Run pgindent.