Skip to content

Ignore the coding style change commit during git blame

Peter Hutterer requested to merge whot/xserver:wip/blame-revs into master

git supports ignoring specific revs during git blame, configured via

$ git config blame.ignoreRevsFile .git-blame-ignore-revs

Let's make this easier for developers to set up, starting with the one massive coding style change commit.

Shamelessly stolen from llvm

Merge request reports

Loading