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?

Était-ce utile?

La 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).

Autres conseils

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

enter image description here

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top