summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)Author
2015-09-17ref-filter: add option to match literal patternKarthik Nayak
2015-09-17ref-filter: add support to sort by versionKarthik Nayak
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak
2015-09-17ref-filter: implement an `align` atomKarthik Nayak
2015-09-17ref-filter: introduce match_atom_name()Karthik Nayak
2015-09-17ref-filter: introduce handler function for each atomKarthik Nayak
2015-09-17ref-filter: introduce ref_formatting_state and ref_formatting_stackKarthik Nayak
2015-09-17ref-filter: move `struct atom_value` to ref-filter.cKarthik Nayak
2015-08-24Merge 'kn/for-each-tag-branch' into kn/for-each-tagJunio C Hamano
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-08-03Merge branch 'kn/for-each-ref'Junio C Hamano
2015-08-03ref-filter: implement '--contains' optionKarthik Nayak
2015-08-03ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak
2015-08-03ref-filter: add parse_opt_merge_filter()Karthik Nayak
2015-08-03ref-filter: implement '--points-at' optionKarthik Nayak
2015-08-03ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnameKarthik Nayak
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak
2015-08-03ref-filter: move code from 'for-each-ref'Karthik Nayak