Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58f9f97

Browse files
committed
MNT: Add/run make rule for building an ignore file for git-blame
1 parenta7101b3 commit58f9f97

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

‎.git-blame-ignore-revs‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Thu Dec 29 21:46:13 2022 -0500 - markiewicz@stanford.edu - STY: Manual, blue-compatible touchups
2+
5a51bf39af45b5c3bfe6dadf1c63097e16e18dca
3+
# Thu Dec 29 21:32:00 2022 -0500 - effigies@gmail.com - STY: isort
4+
98dae917c6131ee7c9814bb2d71f30f8fddea13e
5+
# Thu Dec 29 21:30:29 2022 -0500 - effigies@gmail.com - STY: blue
6+
a2a563e8e10ca965cc707caefc69915799aaca13

‎Makefile‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ distclean: clean
7878
$(WWW_DIR):
7979
if [!-d$(WWW_DIR) ];then mkdir -p$(WWW_DIR);fi
8080

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
8184

8285
#
8386
# Tests
@@ -288,4 +291,4 @@ rm-orig:
288291
# Remove .orig temporary diff files generated by git
289292
find. -name"*.orig" -print| grep -v"fsaverage"| xargs rm
290293

291-
.PHONY: orig-src pylint all build
294+
.PHONY: orig-src pylint all build .git-blame-ignore-revs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp