File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Fri Jul 22 22:38:37 2022 -0400 - [email protected] - STY: isort
2
+ e22820afac171a3b787509bf49951a0fb37988a2
3
+ # Fri Jul 22 22:26:02 2022 -0400 - [email protected] - STY: blue
4
+ 13f7a4d44414618def188d6303ae2a4c62de6796
Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ distclean: clean
78
78
$(WWW_DIR ) :
79
79
if [ ! -d $( WWW_DIR) ]; then mkdir -p $( WWW_DIR) ; fi
80
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
81
84
82
85
#
83
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
291
- .PHONY : orig-src pylint all build
294
+ .PHONY : orig-src pylint all build .git-blame-ignore-revs
You can’t perform that action at this time.
0 commit comments