Ignore commits in git blame
Posted on 2023-12-02 in Trucs et astuces • Tagged with git
Commits that change formatting are a pain in git because they make using git blame much harder. It turns out, you can ask git to ignore these commits when running git blame with the --ignore-rev option and passing it a commit hash. You can even do things better and create …
Continue reading