[PATCH v2 4/5] describe: teach --match to accept multiple patterns

2017-01-17 Thread Jacob Keller
From: Jacob Keller Teach `--match` to be accepted multiple times, accumulating a list of patterns to match into a string list. Each pattern is inclusive, such that a tag need only match one of the provided patterns to be considered for matching. This extension is useful as it enables more flexib

[PATCH v2 4/5] describe: teach --match to accept multiple patterns

2016-12-16 Thread Jacob Keller
From: Jacob Keller Teach `--match` to be accepted multiple times, accumulating a list of patterns to match into a string list. Each pattern is inclusive, such that a tag need only match one of the provided patterns to be considered for matching. This extension is useful as it enables more flexib