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
fix(hotspot): normalize file paths to match git numstat output
Analysis paths have "./" prefix (e.g. "./src/main.rs") while git log
--numstat returns bare paths ("src/main.rs"). Strip the prefix before
joining to fix empty hotspot results.
0 commit comments