diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000..30fd9de660 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,6 @@ +# Thu Dec 29 21:46:13 2022 -0500 - markiewicz@stanford.edu - STY: Manual, blue-compatible touchups +5a51bf39af45b5c3bfe6dadf1c63097e16e18dca +# Thu Dec 29 21:32:00 2022 -0500 - effigies@gmail.com - STY: isort +98dae917c6131ee7c9814bb2d71f30f8fddea13e +# Thu Dec 29 21:30:29 2022 -0500 - effigies@gmail.com - STY: blue +a2a563e8e10ca965cc707caefc69915799aaca13 \ No newline at end of file diff --git a/Makefile b/Makefile index 2190f815fc..093e177c36 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,9 @@ distclean: clean $(WWW_DIR): if [ ! -d $(WWW_DIR) ]; then mkdir -p $(WWW_DIR); fi +.git-blame-ignore-revs: + git log --grep "\[git-blame-ignore-rev\]" --pretty=format:"# %ad - %ae - %s%n%H" \ + > .git-blame-ignore-revs # # Tests @@ -288,4 +291,4 @@ rm-orig: # Remove .orig temporary diff files generated by git find . -name "*.orig" -print | grep -v "fsaverage" | xargs rm -.PHONY: orig-src pylint all build +.PHONY: orig-src pylint all build .git-blame-ignore-revs