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
git blame allows you to pass -w flag and then if line contains only whitespace changes, git will continue to find previous commit that affect it. Currently SourceGit does not use that flag when you open Blame view. I suggest to add Ignore whitespace changes checkbox to the Blame view which will recalculate blame information by appending / removing -w flag.