summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-17ref-filter: add option to match literal patternKarthik Nayak1-3/+37
2015-09-17ref-filter: add support to sort by versionKarthik Nayak1-5/+10
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak1-4/+43
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak1-5/+60
2015-09-17ref-filter: implement an `align` atomKarthik Nayak1-1/+109
2015-09-17ref-filter: introduce match_atom_name()Karthik Nayak1-2/+21
2015-09-17ref-filter: introduce handler function for each atomKarthik Nayak1-24/+30
2015-09-17ref-filter: introduce ref_formatting_state and ref_formatting_stackKarthik Nayak1-19/+59
2015-09-17ref-filter: move `struct atom_value` to ref-filter.cKarthik Nayak1-0/+5
2015-08-24Merge 'kn/for-each-tag-branch' into kn/for-each-tagJunio C Hamano1-4/+235
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano1-3/+3
2015-08-03Merge branch 'kn/for-each-ref'Junio C Hamano1-0/+1106
2015-08-03ref-filter: implement '--contains' optionKarthik Nayak1-1/+113
2015-08-03ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak1-4/+69
2015-08-03ref-filter: add parse_opt_merge_filter()Karthik Nayak1-0/+19
2015-08-03ref-filter: implement '--points-at' optionKarthik Nayak1-0/+35
2015-08-03ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnameKarthik Nayak1-3/+4
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak1-4/+26
2015-08-03ref-filter: move code from 'for-each-ref'Karthik Nayak1-0/+1078