diff options
author | Karthik Nayak <karthik.188@gmail.com> | 2015-09-10 21:18:26 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-17 10:02:49 -0700 |
commit | bef0e12becd72b94d6bb9e48859742f55a4afb53 (patch) | |
tree | 1bc0ddf13958d68103b21aca5b4f968bea558756 /t | |
parent | ref-filter: add support to sort by version (diff) | |
download | tgif-bef0e12becd72b94d6bb9e48859742f55a4afb53.tar.xz |
ref-filter: add option to match literal pattern
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 all tags which has a "foo*" pattern.
Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions