Skip to content

Commit 756d11c

Browse files
committed
MNT: Add .git-blame-ignore-revs make rule
1 parent a9ce9b7 commit 756d11c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ PYTHON ?= python
99
zipdoc: html
1010
zip documentation.zip doc/_build/html
1111

12+
.git-blame-ignore-revs: .git/HEAD
13+
git log --grep "\[ignore-rev\]\|STY: black\|run black" -i --pretty=format:"# %ad - %ae - %s%n%H" > .git-blame-ignore-revs
14+
echo >> .git-blame-ignore-revs
15+
1216
sdist: zipdoc
1317
@echo "Building source distribution..."
1418
$(PYTHON) setup.py sdist

0 commit comments

Comments
 (0)