You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit includes a major overhaul of the blame operation logic. A new `BlameState` struct and a `BlameProcessor` struct were introduced to cleanly encapsulate different parts of the operation. The `BlameState` struct collects information about the blame operation as it is happening, while the `BlameProcessor` struct carries the bulk of the blame operation logic.
0 commit comments