Re: [PATCH v2 0/3] blame: add the ability to ignore commits

2019-01-18 Thread Ævar Arnfjörð Bjarmason
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-b...@google.com/ > v1 -> v

[PATCH v2 0/3] blame: add the ability to ignore commits

2019-01-17 Thread Barret Rhoden
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-b...@google.com/ v1 -> v2 - extracted the skiplist from fsck to avoid duplicatin