Re: [PATCH 0/5] extend git-describe pattern matching

2017-01-13 Thread Jacob Keller
On Fri, Jan 13, 2017 at 10:48 AM, Junio C Hamano wrote: > Jacob Keller writes: > >> From: Jacob Keller >> >> Teach git describe and git name-rev the ability to match multiple >> patterns inclusively. Additionally, teach these commands to also accept >> negative patterns to discard any refs which

Re: [PATCH 0/5] extend git-describe pattern matching

2017-01-13 Thread Junio C Hamano
Jacob Keller writes: > From: Jacob Keller > > Teach git describe and git name-rev the ability to match multiple > patterns inclusively. Additionally, teach these commands to also accept > negative patterns to discard any refs which match. You made quick responses to reviews with "will change",

Re: [PATCH 0/5] extend git-describe pattern matching

2017-01-12 Thread Johannes Schindelin
Hi Jake, On Wed, 11 Jan 2017, Jacob Keller wrote: > From: Jacob Keller > > Teach git describe and git name-rev the ability to match multiple > patterns inclusively. Additionally, teach these commands to also accept > negative patterns to discard any refs which match. I like the idea, and I thi

[PATCH 0/5] extend git-describe pattern matching

2017-01-11 Thread Jacob Keller
From: Jacob Keller Teach git describe and git name-rev the ability to match multiple patterns inclusively. Additionally, teach these commands to also accept negative patterns to discard any refs which match. The pattern lists for positive and negative patterns are inclusive. This means that for