Question

If I want to ignore whitespace changes in git blame I can use -w option. But how can I do it in TortoiseGit Blame GUI tool? Is this even possible?

Was it helpful?

Solution 2

No, it is not possible to ignore whitespace changes in TortoiseGitBlame.

In Git Extensions blame view, whitespace is ignored (feature added in version 1.51).

OTHER TIPS

See the following figure for -w(Ignore whitespace) feature:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top