From 7288163fc5a6c4ff160863bc4ddaf157391e89b8 Mon Sep 17 00:00:00 2001 From: William Moreno Date: Fri, 20 Oct 2023 16:27:16 -0600 Subject: [PATCH] docs: specifies the use of the .git-blame-ignore-revs file --- docs/guides/introducing_black_to_your_project.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/introducing_black_to_your_project.md b/docs/guides/introducing_black_to_your_project.md index 71a566fbda1..3927eb1a386 100644 --- a/docs/guides/introducing_black_to_your_project.md +++ b/docs/guides/introducing_black_to_your_project.md @@ -18,7 +18,8 @@ previous revision that modified those lines. So when migrating your project's code style to _Black_, reformat everything and commit the changes (preferably in one massive commit). Then put the full 40 characters commit -identifier(s) into a file. +identifier(s) into a file usually called `.git-blame-ignore-revs` at the root of your +project directory. ```text # Migrate code style to Black