Skip to content

Commit 06c4ef1

Browse files
committed
feat: add .git-bisect-ignore file
I just pushed a few huge commits which should be ignored by tools like 'git blame' and 'git bisect'. List these commits in a file so maybe these tools will pick up on them. (They don't, at least not yet.) I don't know the soft-standard name of this file, so let's name it .git-bisect-ignore and make it self-documenting.
1 parent 21ed64a commit 06c4ef1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.git-bisect-ignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file lists Git commits which are likely uninteresting
2+
# when using 'git blame' or 'git bisect'.
3+
4+
# Mass symbol renames:
5+
bc30c3fe051cdabb7844e48eba6c6eba0d38248b
6+
c78034750bc8a6e30efd7af0a7cc9f6c2979b942
7+
309863e2a343b6d90401d7b92fb2084423620c5e

0 commit comments

Comments
 (0)