Re: [PATCH v4 06/10] ref-filter: add option to match literal pattern

2015-07-26 Thread Karthik Nayak
On Sun, Jul 26, 2015 at 10:45 AM, Eric Sunshine wrote: > On Fri, Jul 24, 2015 at 3:04 PM, Karthik Nayak wrote: >> Since 'ref-filter' only has an option to match path names add an >> option for plain fnmatch pattern-matching. >> >> This is to support the pattern matching options which are used in

Re: [PATCH v4 06/10] ref-filter: add option to match literal pattern

2015-07-25 Thread Eric Sunshine
On Fri, Jul 24, 2015 at 3:04 PM, Karthik Nayak wrote: > Since 'ref-filter' only has an option to match path names add an > option for plain fnmatch pattern-matching. > > This is to support the pattern matching options which are used in `git > tag -l` and `git branch -l` where we can match patterns

[PATCH v4 06/10] ref-filter: add option to match literal pattern

2015-07-24 Thread Karthik Nayak
From: Karthik Nayak Since 'ref-filter' only has an option to match path names add an option for plain fnmatch pattern-matching. This is to support the pattern matching options which are used in `git tag -l` and `git branch -l` where we can match patterns like `git tag -l foo*` which would match