diff options
author | Nathan Bossart <nathan@postgresql.org> | 2023-08-17 07:25:18 -0700 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2023-08-17 07:25:18 -0700 |
commit | 0df7d1da40e3e639739eacccf3bca99a81803da7 (patch) | |
tree | e3eddf5c4e68ee391fdf51c69e72485a0c5c5f99 /.git-blame-ignore-revs | |
parent | 8fe4beaa21a4ab4d37bcfa7f8e2a8c76a741e478 (diff) | |
download | postgresql-0df7d1da40e3e639739eacccf3bca99a81803da7.tar.gz postgresql-0df7d1da40e3e639739eacccf3bca99a81803da7.zip |
Add a few recent commits to .git-blame-ignore-revs.
Reviewed-by: Peter Geoghegan
Discussion: https://postgr.es/m/20230815203109.GA2596919%40nathanxps13
Diffstat (limited to '.git-blame-ignore-revs')
-rw-r--r-- | .git-blame-ignore-revs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 00b548c7b05..2ff86c8d0d3 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -14,6 +14,27 @@ # # $ git log --pretty=format:"%H # %cd%n# %s" $PGINDENTGITHASH -1 --date=iso +89be0b89ae60c63856fd26d82a104781540e2312 # 2023-08-15 17:45:00 +0900 +# Fix code indentation vioaltion introduced in commit 9e9931d2b. + +5dc456b7dda4f7d0d7735b066607c190c74d174a # 2023-08-11 20:43:34 +0900 +# Fix code indentation violations introduced by recent commit + +62e9af4c63fbd36fb9af8450fb44bece76d7766f # 2023-07-25 12:35:58 +0530 +# Fix code indentation vioaltion introduced in commit d38ad8e31d. + +4e465aac36ce9a9533c68dbdc83e67579880e628 # 2023-07-18 14:04:31 +0900 +# Fix indentation in twophase.c + +328f492d2565cfbe383f13a69425d751fd79415f # 2023-07-13 22:26:10 +0900 +# Fix code indentation violation in commit b6e1157e7d + +69a674a170058e63e8178aec8a36a673efce8801 # 2023-07-06 11:49:18 +0530 +# Fix code indentation vioaltion introduced in commit cc32ec24fd. + +a4cfeeca5a97f2b5969c31aa69ba775af95ee5a3 # 2023-07-03 12:47:49 +0200 +# Fix code indentation violations + b334612b8aee9f9a34378982d8938b201dfad323 # 2023-06-20 09:50:43 -0400 # Pre-beta2 mechanical code beautification. |