>From 55caa714c1774e57c3b9716e2b632c4158a7135f Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Mon, 31 Aug 2020 21:30:24 -0700 Subject: [PATCH 2/2] Add .git-blame-ignore-revs Git 2.23 introduced the ability to use an ignore file for git blame, allowing specified commits to be ignored during git-blame sessions. --- .git-blame-ignore-revs | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000..60d0b5c9a6 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,30 @@ +# Configure git to ignore commits listed in this file with: +# +# git config blame.ignoreRevsFile .git-blame-ignore-revs + +# eshell: Replace single-clause if statements with whens +b535e0b426c2cc7b32c98304de76fbc9df0b17cf + +# ; tiny indentation fix to lisp/progmodes/elisp-mode.el +bf018eefa2a9c33f9f80e977ee085e89df526992 + +# ; Fix typos +a3ca5318760b350309e50adf38fabc259c48ba06 + +# ; Fix typos in etc/NEWS +a6b45145824043eb0c049270ef37e64f1a677b4e + +# ; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo. +f8082a5ccae11508c7eb80ca4d9fabb341985419 + +# ; * lisp/info.el (Info-up): Fix a typo in a comment. +478c2e23620eeda65030458762a843231f7e9b35 + +# ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp" +abca75d2e9b2a406157383dfb7fe3f185e0b5741 + +# ; * lisp/man.el (Man-mode): Fix formatting. +9b35b0c99ceaeca74a16bea86a665ae5f44430a1 + +# ; Fix typo in last change +60cb56e9999050740f4b987ccb806ee6e8227c07 -- 2.28.0