Skip to content

Commit 6af8584

Browse files
fix(fluxgraph): point .git-blame-ignore-revs at the squashed reformat commit (#56)
The #55 PR was squash-merged, so the original pure-reformat commit SHA no longer exists on main. Repoint blame-ignore at the squash commit (83f468d), which is the commit that carries the reformat — so git blame still skips it.
1 parent 83f468d commit 6af8584

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.git-blame-ignore-revs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
#
33
# Enable once per clone: git config blame.ignoreRevsFile .git-blame-ignore-revs
44

5-
# style(fluxgraph): apply org clang-format (pinned 18.1.8) [pure reformat]
6-
7da3d53386e6c4bd38427b25b61ae9e192a01de0
5+
# chore: adopt org config set + pinned clang-format gate + one-time reformat (#54) (#55) [squashed; contains the reformat]
6+
83f468d38fc1901dec5b8c2114c7cbe7c79a9cef

0 commit comments

Comments
 (0)