Skip to content

Commit 86cd0ab

Browse files
authored
chore: Add #2195 to git blame ignore list (#2199)
Prevents the noisy automated changes of #2195 from polluting the blame history. This needs local configuration to be picked up by git: ```bash git config blame.ignoreRevsFile .git-blame-ignore-revs ``` But it's [automatically read by github](https://docs.github.com/en/repositories/working-with-files/using-files/viewing-and-understanding-files#ignore-commits-in-the-blame-view).
1 parent 16903a6 commit 86cd0ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.git-blame-ignore-revs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Commits to ignore in blame output
2+
#
3+
# To configure git to use this file, run:
4+
# > git config blame.ignoreRevsFile .git-blame-ignore-revs
5+
6+
# Bump to rust edition 2024, and a bunch of automated lint fixes
7+
# https://github.com/CQCL/hugr/pull/2195
8+
16903a65294aede245a4c8bb2a07a4692a619769

0 commit comments

Comments
 (0)