Message ID | 20190117202919.157326-1-brho@google.com (mailing list archive) |
---|---|
Headers | show |
Series | blame: add the ability to ignore commits | expand |
On Thu, Jan 17 2019, Barret Rhoden wrote: > Adds the ability to ignore a set of commits and their changes when > blaming. This can be used to ignore a commit deemed 'not interesting,' > such as reformatting. > > v1: https://public-inbox.org/git/20190107213013.231514-1-brho@google.com/ > v1 -> v2 > - extracted the skiplist from fsck to avoid duplicating code > - overhauled the interface and options > - split out markIgnoredFiles > - handled merges > > Barret Rhoden (3): > Move init_skiplist() outside of fsck > blame: add the ability to ignore commits and their changes > blame: add a config option to mark ignored lines Looks much better this time around, I skimmed it, but quickly discovered that there's no tests for any of it, which is a prerequisite for getting something like this in.