From c14008f2875e981c1a8ee2b79e9cd1d29f6685fa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 28 Jun 2020 00:04:29 +0200 Subject: [PATCH] Add file allowing to always ignore some commits with git-blame Skip some commits that don't introduce any interesting changes when running git-blame, as we never really care about them. --- misc/git/ignore_revs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 misc/git/ignore_revs diff --git a/misc/git/ignore_revs b/misc/git/ignore_revs new file mode 100644 index 0000000000..f0de3f046c --- /dev/null +++ b/misc/git/ignore_revs @@ -0,0 +1,14 @@ +# This file can be used with git blame --ignore-revs-file option or used as +# the value of blame.ignoreRevsFile in git config to ignore the changes done by +# the following "not interesting" commits. +# +# It's supported by Git 2.23 or later and to use it by default for all the +# future git-blame invocations, run the following command: +# +# git config blame.ignoreRevsFile misc/git/ignore_revs + +# Globally replace _T() with wxT()., 2009-07-23 +9a83f860948059b0273b5cc6d9e43fadad3ebfca + +# cleanup - reformatting, 2006-04-20 +a9339fe22c1815cfbbf2ed9c300c897256644d18