From 84e1fdbf20d032542644c5c74ba0047150fcad21 Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Wed, 8 Jan 2025 22:58:38 +0100 Subject: [PATCH 1/3] Update .git-blame-ignore-revs --- .git-blame-ignore-revs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index d88e84c0b1..7c5bec6a43 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,5 +1,5 @@ -##### git-blame show what revision and author last modified each line of a file -##### .git-blame-ignore-revs file is used to ignore certain revisions from being +##### git-blame shows what revision and author last modified each line of a file +##### The ".git-blame-ignore-revs" file is used to ignore certain revisions from being ##### shown in the output of git blame (also on GitHub blame view). # # ~~~ Commits that only change the formatting of the code should be ignored. ~~~ From 9c6f63c79f9a6cd6d3cb29ad653b53d8e5f498df Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Wed, 8 Jan 2025 22:59:09 +0100 Subject: [PATCH 2/3] Update .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 7c5bec6a43..7a7a4912e4 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -6,7 +6,7 @@ # # --- Automated Formatting with `black` --- # MDAnalysis was automatically formatted with `black` (end of 2024, beginning of 2025). -# Formatting PRs (should) contain "[fmt]" in the title (and so do the related commit). +# Formatting PRs (should) contain "[fmt]" in the title (and so do the related commits). # See https://github.com/MDAnalysis/mdanalysis/issues/2450 for more details. # The following commits are squash commits that contain only formatting changes. #4725 From 0eb9b83cbed9c52ea79c148ab51fe844837050c1 Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Wed, 8 Jan 2025 23:00:38 +0100 Subject: [PATCH 3/3] Update .git-blame-ignore-revs --- .git-blame-ignore-revs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 7a7a4912e4..ad2e7229a9 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -8,7 +8,9 @@ # MDAnalysis was automatically formatted with `black` (end of 2024, beginning of 2025). # Formatting PRs (should) contain "[fmt]" in the title (and so do the related commits). # See https://github.com/MDAnalysis/mdanalysis/issues/2450 for more details. -# The following commits are squash commits that contain only formatting changes. +# The following commits are squash commits that contain only^ formatting changes. +# ^ This is not strictly true. See PRs for the nitty gritty details. +#. PR numbers are listed just above the commit being ignored. #4725 571431a169e5881f7d09930c4d7e633df0f2cd40 #4726