summaryrefslogtreecommitdiff
path: root/ref-filter.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak1-1/+0
2015-09-25branch.c: use 'ref-filter' data structuresKarthik Nayak1-1/+6
2015-09-17ref-filter: add option to match literal patternKarthik Nayak1-1/+2
2015-09-17ref-filter: add support to sort by versionKarthik Nayak1-1/+2
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak1-1/+2
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak1-2/+11
2015-09-17ref-filter: move `struct atom_value` to ref-filter.cKarthik Nayak1-4/+1
2015-08-03ref-filter: implement '--contains' optionKarthik Nayak1-0/+3
2015-08-03ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak1-0/+8
2015-08-03ref-filter: add parse_opt_merge_filter()Karthik Nayak1-0/+11
2015-08-03ref-filter: implement '--points-at' optionKarthik Nayak1-0/+1
2015-08-03ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnameKarthik Nayak1-1/+1
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak1-4/+12
2015-06-15ref-filter: add 'ref-filter.h'Karthik Nayak1-0/+66