Skip to content

git: Add ignored commits file

Ben Gamari requested to merge wip/ignore-revs into master

This can be used to tell git to ignore bulk renaming commits like the recently-finished module hierarchy refactoring. Configured with,

git config blame.ignoreRevsFile .git-ignore-revs
Edited by Ben Gamari

Merge request reports