We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9a0bf commit 29c733dCopy full SHA for 29c733d
Makefile
@@ -78,6 +78,9 @@ distclean: clean
78
$(WWW_DIR):
79
if [ ! -d $(WWW_DIR) ]; then mkdir -p $(WWW_DIR); fi
80
81
+.git-blame-ignore-revs:
82
+ git log --grep "\[git-blame-ignore-rev\]" --pretty=format:"# %ad - %ae - %s%n%H" \
83
+ > .git-blame-ignore-revs
84
85
#
86
# Tests
@@ -288,4 +291,4 @@ rm-orig:
288
291
# Remove .orig temporary diff files generated by git
289
292
find . -name "*.orig" -print | grep -v "fsaverage" | xargs rm
290
293
-.PHONY: orig-src pylint all build
294
+.PHONY: orig-src pylint all build .git-blame-ignore-revs
0 commit comments