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