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