From a1d0b7443b760ad192a59b12e5b3894bb57af876 Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 27 May 2023 17:03:09 +0100 Subject: [PATCH] Add .git-blame-ignore-revs file --- .git-blame-ignore-revs | 16 ++++++++++++++++ README-maintainer | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..9bcbf02e --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,16 @@ +# .git-blame-ignore-revs +# +# Programmatically apply new formatting to code +12f1eb15ca3fed6310402847559a7c99d3c77847 +# Formatting: remove space in range-style for loops +7f023701dd843749cf878baabeb3d33917fda62f +# Rerun format_code (after merging clang-tidy PR) +d740c6ccced02147f84a39d5e5f0984d12bac6cb +# Globally replace 'this->m->' with 'm->' +85d784952f8a7c4d8c9e614663ebc5b1eb747384 +49e6365f63f3ad09f04093d421caee04bc042c0d +# Switch line length from 80 to 100 columns +6b077332d38c093de2618d5e1481b42222106065 +60965d5f4d608bdccc2ffd4e8753e12cbbbd71d2 +# Reflow comments and strings to 100 columns +698a70e6a84cf7c0db667e9d9e021b4c34c85a3e diff --git a/README-maintainer b/README-maintainer index 5b860bcd..0968e645 100644 --- a/README-maintainer +++ b/README-maintainer @@ -727,6 +727,6 @@ formatting results" that shows several examples of changing code so that clang-format produces several results. (In git this is commit 77e889495f7c513ba8677df5fe662f08053709eb.) -The commit that has the bulk of the automatic reformatting is -12f1eb15ca3fed6310402847559a7c99d3c77847. This could go in a -blame.ignoreRevsFile file for `git blame` if needed. +The commits that have the bulk of automatic or mechanical reformatting are +listed in .git-blame-ignore-revs. Any new bulk updates should be added there. +