Re: [PATCH 01/10] metadata: add .git-blame-ignore-revs

2023-03-21 Thread Philippe Mathieu-Daudé
On 20/3/23 11:10, Alex Bennée wrote: Someone mentioned this on IRC so I thought I would try it out with a few commits that are pure code style fixes. Signed-off-by: Alex Bennée --- .git-blame-ignore-revs | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 .git-blam

[PATCH 01/10] metadata: add .git-blame-ignore-revs

2023-03-20 Thread Alex Bennée
Someone mentioned this on IRC so I thought I would try it out with a few commits that are pure code style fixes. Signed-off-by: Alex Bennée --- .git-blame-ignore-revs | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ign