From 7e0338b3696bfa22eac307e1609c90fbdab7ec17 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 20 Jun 2024 17:36:54 +0200 Subject: [PATCH] Add hint about git blame ignore to CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a26b657..f295bffa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,6 +57,7 @@ We will then pull from your repository and merge manually. ## Hints and Pitfalls * When adding a new hotkey/shortcut make sure it's not registered in Profanity already. And also that it's not a default shortcut of readline. +* We ship a `.git-blame-ignore-revs` file containing banal commits which you will most likely want to ignore when using `git blame`. In case you are using vim and fugitive `command Gblame Git blame --ignore-revs-file=.git-blame-ignore-revs` might be helpful in your vimrc. ## Coding style Follow the style already present ;-)