sourcegit icon indicating copy to clipboard operation
sourcegit copied to clipboard

Allow to pass -w flag (ignore whitespace changes) to the blame

Open Mingun opened this issue 2 months ago • 0 comments

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.

Mingun avatar Oct 03 '25 20:10 Mingun