Skip to content

Commit

Permalink
feat: add .git-bisect-ignore file
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
strager committed Jul 19, 2023
1 parent 21ed64a commit 06c4ef1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .git-bisect-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file lists Git commits which are likely uninteresting
# when using 'git blame' or 'git bisect'.

# Mass symbol renames:
bc30c3fe051cdabb7844e48eba6c6eba0d38248b
c78034750bc8a6e30efd7af0a7cc9f6c2979b942
309863e2a343b6d90401d7b92fb2084423620c5e

0 comments on commit 06c4ef1

Please sign in to comment.