From 79f76987ca899241a3f45d61e9b7964bcffb31a1 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Thu, 6 Jan 2022 03:11:23 +0900 Subject: Adds support for blame ignore using ignoreRevsFile (#4402) This feature is useful to ignore large formatting changes when blaming, and this repo has one large such revision. --- .git-blame-ignore-revs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .git-blame-ignore-revs (limited to '.git-blame-ignore-revs') diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 000000000..310716391 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,9 @@ +# This file contains a list of revisions that are ignored by git blame +# These revisions are unlikely what you are interested in when blaming. +# You can set this file as a default ignore file for blame by running +# the following command. +# +# $ git config blame.ignoreRevsFile .git-blame-ignore-revs + +# Mass change to apply clang-format to everything +db9124f1de0478dcac525009b6f1589b44a7edd8 -- cgit v1.2.3