Search code examples
gittortoisegitblame

How can I ignore whitespace changes in TortoiseGit blame


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?


Solution

  • EDIT:

    This answer is apparently no longer valid. See above.

    (I can't delete this answer since it is accepted)

    OLD ANSWER:

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